/*
Theme Name: TFO - Tile Factory Outlet Child
Theme URI:
Author: Click Click Media
Author URI: http://clickclick.media/
Description: This is a custom wordpress child-theme for TFO - Tile Factory Outlet 2020
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: custom-theme
KAAL
*/
/* Locations Template */
.lt-main-content {
  padding: 50px 0 30px;
}

html body.admin-bar #header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  html body.admin-bar #header {
    top: 46px !important;
  }

  html body.admin-bar #header {
    top: 46px !important;
  }
}

.typo h3 {
  display: block;
  margin: 0 0 20px;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.4em;
}

.typo p,
.typo li {
  font-family: "MarkPro";
  font-weight: normal;
  font-size: 18px;
  color: #777777;
  line-height: 1.4em;
}

.typo p,
.typo ul,
.typo ol {
  margin: 0 0 20px;
}

.typo table {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 20px;
  border-top: 1px solid #777777;
  border-left: 1px solid #777777;
}

.typo table th {
  background-color: #0A3055;
  color: #fff;
  padding: 5px 5px;
  line-height: 1.4em;
  font-size: 14px;
  font-weight: 400;
  border-bottom: 1px solid #777777;
  border-right: 1px solid #777777;
}

.typo table td {
  background-color: #fff;
  color: #212529;
  padding: 5px 5px;
  line-height: 1.4em;
  font-size: 14px;
  font-weight: 400;
  border-bottom: 1px solid #777777;
  border-right: 1px solid #777777;
}

.typo.alt,
.typo.alt p,
.typo.alt li {
  color: #fff;
}

.typo.alt table {
  border: none;
}

.typo.alt table th {
  background-color: transparent;
  color: #fff;
  font-size: 20px;
  border: none;
  font-weight: bold;
  padding: 5px 0;
}

.typo.alt table td {
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  border: none;
  padding: 5px 0;
}

@media (min-width: 768px) {
  .typo h3 {
    font-size: 24px;
  }

  .typo table th {
    font-size: 21px;
    padding: 10px 15px;
  }

  .typo table td {
    font-size: 21px;
    padding: 10px 15px;
  }

  .typo.alt table th {
    font-size: 24px;
  }
}

.lt-tiles-shop {
  background-color: #F4F4F4;
  padding: 50px 0 30px;
}

.lt-tiles-shop .wrap {
  margin: 0 -10px;
}

.lt-tiles-shop .title {
  display: block;
  text-align: center;
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 26px;
}

.lt-tiles-shop p {
  text-align: center;
  font-family: "MarkPro";
  font-weight: normal;
  font-size: 18px;
  color: #777777;
  line-height: 1.2em;
  margin-bottom: 40px;
}

.lt-tiles-shop .tiles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.lt-tiles-shop .tiles .item {
  width: 100%;
  padding: 0 10px;
  margin: 0 0 20px;
}

.lt-tiles-shop .tiles .img-wrap {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
  display: block;
}

.lt-tiles-shop .tiles .img-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.lt-tiles-shop .tiles .content-wrap {
  background-color: #fff;
  padding: 20px;
}

.lt-tiles-shop .tiles .item-title {
  display: block;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  color: #212529;
}

.lt-tiles-shop .tiles .item-title:hover,
.lt-tiles-shop .tiles .item-title:active,
.lt-tiles-shop .tiles .item-title:focus {
  color: #7fb343;
}

.lt-contact-us {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 50px 0;
  z-index: 1;
}

.lt-contact-us:after {
  content: '';
  background: rgb(10, 48, 85);
  background: linear-gradient(180deg, rgba(10, 48, 85, 0.8) 0%, rgba(10, 48, 85, 1) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.lt-contact-us .title {
  display: block;
  text-align: center;
  margin: 0 0 20px;
  font-weight: bold;
  font-size: 26px;
  color: #fff;
}

.lt-contact-us .typo p,
.lt-contact-us .typo li {
  font-size: 16px;
}

.lt-contact-us .form-wrap .gform_wrapper {
  padding: 0;
}

.lt-contact-us .form-wrap {
  background-color: #fff;
  padding: 20px;
  margin: 0 0 20px;
}

.lt-contact-us .form-wrap .gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.lt-contact-us .form-wrap form textarea,
.lt-contact-us .form-wrap form select {
  color: #777;
  border: 1px solid #C7C7C7;
  font-size: 20px;
  padding: 15px;
  line-height: 1.4em;
  display: block;
  max-height: 190px;
  height: auto;
  background-color: #fff;
}

.lt-contact-us .form-wrap .gform_wrapper form .gform_body ul li.gfield {
  max-width: 100%;
}

.lt-contact-us .form-wrap .gform_wrapper form .gform_footer .gform_button {
  width: 100%;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
}

.lt-contact-us .form-wrap .gform_wrapper form .gform_body .gform_fields .gfield .validation_message {
  top: -11px;
  margin: 0;
  height: 19px;
}

@media (min-width: 768px) {
  .lt-tiles-shop {
    padding: 80px 0 60px;
  }

  .lt-tiles-shop .title {
    font-size: 36px;
  }

  .lt-tiles-shop .tiles .item {
    width: 33.33%;
  }

  .lt-contact-us {
    padding: 80px 0 60px;
  }

  .lt-contact-us .title {
    font-size: 36px;
    margin: 0 0 30px;
  }

  .lt-contact-us .lt-flex {
    display: flex;
    flex-wrap: wrap;
  }

  .lt-contact-us .lt-flex .left {
    width: 40%;
    padding-right: 10px;
  }

  .lt-contact-us .lt-flex .right {
    width: 60%;
    padding-left: 10px;
  }
}

@media (min-width: 992px) {
  .lt-contact-us .lt-flex .left {
    width: 35%;
    padding-right: 20px;
  }

  .lt-contact-us .lt-flex .right {
    width: 65%;
    padding-left: 20px;
  }
}

.lt-main-content .title {
  display: block;
  text-align: center;
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 26px;
}

@media (min-width: 768px) {
  .lt-main-content .title {
    font-size: 36px;
  }
}

/* edit by cams */
.df-mobile[data-browser-support~=imagesearch] button[data-role=imagesearch] {
  padding-right: 40px !important;
}

.default-content ul.validation_message {
  background: unset !important;
  border: unset !important;
}

.gform_validation_errors {
  display: none;
}

.breadcrumbs-section .rank-math-breadcrumb {
  font-family: "MarkPro";
  margin: 0;
}

.breadcrumbs-section .rank-math-breadcrumb p {
  margin: 0;
  text-transform: capitalize;
}

.breadcrumbs-section .rank-math-breadcrumb p a {
  font-weight: normal;
  color: #5e5e5e;
  font-size: 12px;
}

.breadcrumbs-section .rank-math-breadcrumb p .separator {
  padding: 0 0.625rem;
}

.breadcrumbs-section .rank-math-breadcrumb p .last {
  font-weight: 500;
  color: #0a3055;
  font-size: 12px;
}

/* end edit of cams */
.searchform {
  position: relative;
}

.searchform .searchResults {
  background: #efefef;
  max-height: 50vh;
  width: 94%;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 2;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .searchform .searchResults {
    width: 100%;
  }
}

.searchResults a,
.searchResults p {
  border-bottom: 1px solid #000;
  display: block;
  text-decoration: none;
  color: #000;
  padding: 5px 10px;
  font-size: 13px;
  transition: all .4s ease-in-out;
  margin-bottom: 0;
}

.searchResults a:hover {
  background-color: #7eb343;
  color: #fff;
}

.sidebar-wrapper .sidebar .filter-menu-wrapper.yith-woocommerce-ajax-product-filter ul.yith-wcan-list,
.sidebar-wrapper .sidebar .widget.yith-woocommerce-ajax-product-filter ul.yith-wcan-list {
  display: block;
}

.sidebar-wrapper .sidebar .filter-menu-wrapper.yith-woocommerce-ajax-product-filter .widget-title:after,
.sidebar-wrapper .sidebar .widget.yith-woocommerce-ajax-product-filter .widget-title:after {
  display: none;
}

#top-alert {
  text-align: center;
  background-color: #7fb343;
  padding: 5px 0;
  color: #fff;
}

#top-alert a {
  color: #fff;
  transition: 0.3s;
}

#top-alert a:hover {
  color: #0a3055;
}

#getaquoteCalc .gform_body ul li .validation_message {
  width: inherit;
}

#getaquoteCalc form .validation_error {
  position: relative;
  top: inherit;
  right: inherit;
}

.btn-green {
  font-size: 15px !important;
  font-weight: 400 !important;
  width: 100% !important;
  text-align: left !important;
  margin-bottom: 15px;
}

.btn-calculator {
  margin-top: 15px;
  font-size: 15px;
  font-weight: 400;
  width: 100%;
  text-align: left;
  margin-bottom: 15px;
  padding: 0;
  border: 0;
  color: #FFF !important;
  background-color: #7fb343;
  text-align: center;
}

.btn-calculator .blue {
  background-color: #0a3055;
  padding: 13px;
  display: block;
}

@media (min-width:1200px) {
  .btn-calculator .blue {
    display: inline-block;
    float: left;
  }
}

.btn-calculator .green {
  background-color: #7fb343;
  padding: 13px;
  display: inline-block;
}

#getaquoteCalc .btn-close-cart {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 99;
}

#getaquoteCalc .modal-body {
  padding: 50px 30px;
}

.cart .cart-total-wrap,
.cart .shipping {
  display: none !important;
}

.sub-categories ul {
  list-style: none;
  padding: 0;
  justify-content: space-between;
}

.sub-categories ul li a {
  font-family: "MarkPro";
  background: #7fb343;
  color: white;
  line-height: 1em;
  font-size: 1rem;
  padding: 0.9375rem 1.25rem;
  display: inline-block;
  width: auto;
  border: none;
  border-radius: 0;
  font-weight: 700;
  overflow: hidden;
  position: relative;
  font-weight: 700;
  border: 0.0625rem solid #7fb343;
  height: auto;
}

.sub-categories ul li a.active,
.sub-categories ul li a:hover {
  background-color: #2bb8e7;
  border-color: #2bb8e7;
}

/**/
.widget .social-icons {
  padding: 0;
  margin: 0;
  list-style: none;
}

.widget .social-icons li {
  display: inline-block;
  margin: 2.5px;
}

/*content w/ grid*/
.content-grid {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  padding: 0 0 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 30px;
}

@media (min-width: 768px) {
  .content-grid {
    flex-direction: row;
  }

  .content-grid .content-image {
    width: 25%;
    margin-bottom: 0;
  }

  .content-grid .content-wrap {
    width: 71%;
  }

  .content-grid.left .content-image {
    order: 2;
  }
}

.content-grid .content-image {
  margin-bottom: 15px;
}

/*category product add to cart*/
#toast-container .toast.toast-success {
  box-shadow: none !important;
  opacity: 1;
  border-radius: 0;
  border: 0;
  background-color: #7fb343;
}

.category-product-add-to-cart-wrap {
  display: flex;
  align-items: center;
}

.category-product-add-to-cart-wrap input.category-product-input {
  width: 75px !important;
  padding: 0 10px !important;
  height: 38px !important;
  margin-right: 5px;
}

.category-product-add-to-cart {
  background-color: #0a3055;
  position: relative;
  font-size: 0.75em;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  text-align: center;
  padding: 10px;
}

.category-product-add-to-cart:hover {
  background-color: #7fb343;
  color: white;
}

.category-product-add-to-cart img {
  display: none;
  width: 25px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.category-product-add-to-cart.loading img {
  display: block;
}

.category-product-add-to-cart.added {
  /*background-color: #7fb343; //green*/
  background-color: #eb1c40;
  /*red */
}

/* edit by gian */
#subcat-8483 {
  display: none;
}

.fp-book-now {
  display: block !important;
}

/*new hours modal*/
@media (max-width: 991px) {
  #openingHoursModal .modal-dialog {
    display: block;
  }
}

#openingHoursModal .close {
  line-height: 25px;
  width: 25px;
  height: 25px;
  color: red !important;
  border-color: red !important;
}

@media (min-width: 992px) {
  #openingHoursModal .close {
    color: white !important;
    border-color: white !important;
  }
}

#openingHoursModal .modal-body .modal-hours-content {
  padding: 20px;
  width: 100%;
  background: #0d275c;
  color: white;
}

@media (min-width: 992px) {
  #openingHoursModal .modal-body .modal-hours-content {
    padding: 30px;
    width: 60%;
  }
}

#openingHoursModal .modal-body .hour-table {
  display: table;
  width: 100%;
  border-bottom: 1px solid #2bb8e7;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

#openingHoursModal .modal-body .hour-table:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

#openingHoursModal .modal-body .hour-row {
  display: table-row;
}

#openingHoursModal .modal-body .hour-row.hr-head div {
  font-weight: 500;
  padding: 0 5px 10px 0;
  vertical-align: bottom;
}

#openingHoursModal .modal-body .hour-row.hr-head div:first-child {
  font-size: 20px;
  font-weight: bold;
  color: #2bb8e7;
  padding-right: 20px;
  line-height: normal;
}

@media (min-width: 992px) {
  #openingHoursModal .modal-body .hour-row.hr-head div:first-child {
    font-size: 23px;
  }
}

#openingHoursModal .modal-body .hour-row div {
  display: table-cell;
  font-size: 14.5px;
  width: 25%;
  padding: 0 5px 5px 0;
}

#openingHoursModal .modal-body .hour-row div:first-child {
  width: 50%;
  padding-right: 10px;
}

#openingHoursModal .modal-body .hour-row div:nth-child(2) {}

#openingHoursModal .modal-body .hour-row div:last-child {}

#openingHoursModal .modal-body .hour-bottom-text {
  font-size: 12px;
}

#openingHoursModal .modal-body .modal-form-content {
  padding: 30px 25px !important;
  width: 100% !important;
}

@media (min-width: 992px) {
  #openingHoursModal .modal-body .modal-form-content>a {
    padding: 0 !important;
  }
}

@media (min-width: 992px) {
  #openingHoursModal .modal-body .modal-form-content {
    width: 40% !important;
  }
}

/*inspiration packages edit*/
body.term-8483 .gallery-subcat-grid {
  font-size: 0;
  padding: 0 15px !important;
}

body.term-8483 .gallery-subcat-grid li {
  vertical-align: top;
  display: inline-block !important;
  width: 49.5% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.term-8483 .gallery-subcat-grid li:nth-child(2n+2) {
  margin: 0 0 0 1% !important;
}

@media(max-width: 767px) {
  body.term-8483 .gallery-subcat-grid li {
    width: 100% !important;
  }

  body.term-8483 .gallery-subcat-grid li:nth-child(2n+2) {
    margin: 0 !important;
  }
}

body.term-8483 .gallery-subcat-grid .cat-grid {
  width: 100% !important;
  padding: 0 !important;
}

/*virtual assistant modal and frontpage virtual assist*/
#virtualAssist .modal-content {
  border-radius: 0;
  border: 0;
}

#virtualAssist .modal-body {
  padding: 30px 20px 20px;
  position: relative;
}

#virtualAssist .modal-body .close {
  position: absolute;
  right: 5px;
  top: 10px;
  line-height: 11px;
  outline: 0;
}

#virtualAssist .am-step-booking-catalog {
  margin: 0 !important;
  border-radius: 0 !important;
  border: 0 !important;
  bottom: 0;
}

.fp-virtual-assistant {
  background-color: #0a3055;
  color: white;
  overflow: hidden;
}

.fp-virtual-assistant .fpva-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 30px 0;
}

@media (min-width: 992px) {
  .fp-virtual-assistant .fpva-wrap {
    padding: 0;
  }
}

.fp-virtual-assistant .fpva-text {
  width: 100%;
  position: relative;
  font-size: 16px;
  line-height: normal;
  text-align: center;
  margin: 0 0 15px;
}

@media (min-width: 992px) {
  .fp-virtual-assistant .fpva-text {
    width: 55%;
    font-size: 18px;
    background-color: #114272;
    padding: 25px 60px 25px 60px;
    text-align: left;
    margin: 0;
  }
}

@media (min-width: 1400px) {
  .fp-virtual-assistant .fpva-text {
    padding: 25px 30px 25px 110px;
  }
}

.fp-virtual-assistant .fpva-text:before {
  content: "";
  top: 0;
  position: absolute;
  right: 100%;
  padding-left: 9999px;
  background-color: #114272;
  height: 100%;
  display: none;
}

@media (min-width: 992px) {
  .fp-virtual-assistant .fpva-text:before {
    display: block;
  }
}

.fp-virtual-assistant .fpva-text:after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  right: -35px;
  border-left: 80px solid #114272;
  border-top: 110px solid transparent;
  border-bottom: 110px solid transparent;
  height: 100%;
  z-index: 10;
  transform: translateY(-50%);
}

@media (min-width: 992px) {
  .fp-virtual-assistant .fpva-text:after {
    display: block;
    border-left: 40px solid #114272;
  }
}

@media (min-width: 1200px) {
  .fp-virtual-assistant .fpva-text:after {
    border-left: 60px solid #114272;
  }
}

.fp-virtual-assistant .fpva-button-wrap {
  width: 100%;
  text-align: center;
}

@media (min-width: 992px) {
  .fp-virtual-assistant .fpva-button-wrap {
    width: 45%;
    text-align: left;
    padding-left: 70px;
  }
}

.fp-virtual-assistant .fpva-button-wrap .fpva-button {
  background-color: #e34525;
  outline: 0;
  border: 0;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

@media (min-width: 992px) {
  .fp-virtual-assistant .fpva-button-wrap .fpva-button {
    font-size: 18px;
    min-width: 316px;
  }
}

.fp-virtual-assistant .fpva-button-wrap .fpva-button:focus,
.fp-virtual-assistant .fpva-button-wrap .fpva-button:hover {
  color: white;
  background-color: #7fb343;
}

#gform_41 .gform_body .gfield .ginput_container_fileupload .validation_message--hidden-on-empty {
  display: none;
}

#gform_41 .gform_body .gfield .ginput_container_fileupload .gform_drop_area {
  text-align: center;
  border: 3px dashed rgba(0, 0, 0, 0.2);
  padding: 30px 15px;
  background-color: rgba(0, 0, 0, 0.05);
}

#gform_41 .gform_body .gfield .ginput_container_fileupload .gform_fileupload_rules {
  font-size: 12px;
}

.product-list .reduced.gray {
  color: rgba(108, 101, 101, 0.74);
  font-size: 24px;
}

/*//FEEDBACK SECTION SUCCESS ORDER*/
.feedback-wrapper {
  text-align: center;
  margin: 40px 0;
}

.feedback-wrapper .exp-btn-wrapper {
  margin-top: 40px;
}

.feedback-wrapper .exp-btn-wrapper .exp-btn {
  margin: 0 20px 25px;
  position: relative;
  display: inline-block;
  width: 200px;
  height: 200px;
  padding: 0 0 50px;
}

.feedback-wrapper .exp-btn-wrapper .exp-btn img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 70%;
  height: 100%;
  object-fit: contain;
  object-fit: center;
  margin: 0 auto;
}

.feedback-wrapper .exp-btn-wrapper .exp-btn span {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.feedback-wrapper .exp-btn-wrapper .bad-exp span {
  color: #fe5603;
  transition: all 0.6s;
}

.feedback-wrapper .exp-btn-wrapper .bad-exp:hover span {
  color: #0056b3 !important;
  transition: all 0.6s;
}

#feedbackForm .modal-header {
  background-color: #7fb343;
}

#feedbackForm .modal-header .modal-title {
  font-weight: bold;
  color: white;
  font-size: 20px;
}

#feedbackForm .modal-body .gform_wrapper {
  padding: 0;
}

#feedbackForm .modal-body .gform_footer input {
  width: 100%;
}

#feedbackForm .modal-body .gfield_required {
  display: none;
}

@media (min-width: 768px) {
  .feedback-wrapper .exp-btn-wrapper .exp-btn img {
    width: 100%;
  }

  .feedback-wrapper .exp-btn-wrapper .exp-btn {
    height: 280px;
  }
}

/*visualiser page css*/
.visualizer-rooms .cust-col {
  padding: 0 .625rem;
  margin-bottom: .875rem
}

.visualizer-rooms .cust-col a {
  display: inline-block;
  width: 100%;
  height: 23.3125rem;
  position: relative
}

.visualizer-rooms .cust-col a img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: 1
}

.visualizer-rooms .cust-col a span {
  position: absolute;
  left: 50%;
  margin: 0 auto;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  font-family: "MarkPro";
  font-weight: 300;
  font-size: 1.125rem;
  text-transform: uppercase;
  background-color: #0a3055;
  padding: .5rem 1rem;
  display: inline-block;
  letter-spacing: .5625rem;
  color: #fff;
  z-index: 3;
  -webkit-transition: all .6s;
  transition: all .6s
}

.visualizer-rooms .cust-col a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0a3055;
  opacity: 0;
  -webkit-transition: all .6s;
  transition: all .6s;
  z-index: 2
}

.visualizer-rooms .cust-col a:hover span {
  background-color: #7fb343;
  -webkit-transition: all .6s;
  transition: all .6s
}

.visualizer-rooms .cust-col a:hover:before {
  opacity: .3;
  -webkit-transition: all .6s;
  transition: all .6s
}

.this-is-a-clearance-item .inner-wrapper-prod .prod-price {
  color: red !important;
}

.prod-post-list .prod-link {
  position: relative;
}

.prod-post-list .prod-link .promo-icon {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 17px;
  width: 35% !important;
  height: auto;
}

.product-list.layout-1 .prod-link {
  position: relative;
}

.product-list.layout-1 .prod-link img.promo-icon {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 17px;
  width: 35% !important;
  height: auto;
}

.product-list.layout-2 .prod-link {
  position: relative;
}

.product-list.layout-2 .prod-link img.promo-icon {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 17px;
  width: 35% !important;
  height: auto;
}

.single_pro_box a {
  postion: relative;
}

.single_pro_box a img.promo-icon {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 35% !important;
  height: auto;
}

.comm-grp-wrapper .comm-lists .left-comm-wrap .btn-lin-wrap {
  background-color: #7fb343;
  border: 1px solid #7fb343;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: normal;
  height: 40px;
  max-width: 150px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all 0.4s;
}

.comm-grp-wrapper .comm-lists .left-comm-wrap .btn-lin-wrap:hover {
  background-color: #0a3055;
  border-color: #0a3055;
  transition: all 0.4s;
}

.comm-grp-wrapper .comm-lists .left-comm-wrap {
  margin-bottom: 24px;
}

.comm-grp-wrapper .comm-lists {
  border-bottom: 2px solid #d6d6d6;
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.comm-grp-wrapper .comm-lists:last-child {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.block-community {
  padding: 48px 0;
}

.block-community .comm-heading-wrapper {
  padding-bottom: 40px;
  text-align: center;
}

@media (min-width:768px) {
  .comm-grp-wrapper .comm-lists {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  .comm-grp-wrapper .comm-lists .left-comm-wrap {
    margin-bottom: 0;
    padding-right: 15px;
    width: 65%;
  }

  .comm-grp-wrapper .comm-lists .right-comm-logo {
    width: 35%;
    padding-left: 15px;
  }

  .block-community {
    padding: 64px 0;
  }
}

.faq-wrap .faq-title {
  margin-bottom: 0px;
}

.faq-wrap .faq-question {
  display: block;
  padding: 10px 35px 10px 5px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  transition: all .4s ease;
}

.faq-wrap .faq-question:hover,
.faq-wrap .faq-question.active {
  color: #8bb04e;
}

.faq-wrap .faq-question .faq-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  font-size: 14px;
}

.faq-wrap .faq-question .faq-icon.icon-less {
  opacity: 0;
  visibility: hidden;
}

.faq-wrap .faq-question.active .faq-icon.icon-less {
  opacity: 1;
  visibility: visible;
}

.faq-wrap .faq-question.active .faq-icon.icon-more {
  opacity: 0;
  visibility: hidden;
}

.faq-wrap .faq-item+.faq-item {
  border-top: 1px solid #aaaaaa;
}

.faq-wrap .faq-answer {
  padding: 5px 40px 10px 5px;
}

.faq-wrap .item {
  margin-bottom: 30px;
}

.faq-wrap .bcaption {
  padding: 5px;
  font-style: italic;
  color: #8bb04e;
}