.black-round-but {
  border: 0;
  border-radius: 29px;
  padding: 16px 64px 16px 24px;
  /*background-image: url("../images/icons/white-arrow-button.svg");*/
  text-transform: uppercase;
  font-family: "Red Hat Display",sans-serif;
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-color: #222;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  line-height: 22px;
}

@media (max-width: 991px) {
  .black-round-but {
    font-size: 10px;
    line-height: 20px;
  }
}

@media (max-width: 991px) {
  header#wrapper-navbar .navbar-collapse .navbar-nav li {
    padding-bottom: 6px !important;
  }
  header#wrapper-navbar .navbar-collapse .navbar-nav li .sub-menu {
    display: none;
    background-color: transparent !important;
    opacity: 1 !important;
    padding-left: 0;
    padding-top: 6px;
  }
  header#wrapper-navbar .navbar-collapse .navbar-nav li .sub-menu li {
    list-style: none;
  }
  header#wrapper-navbar .navbar-collapse .navbar-nav li .sub-menu li a {
    color: #fff;
    text-decoration: none;
  }
  header#wrapper-navbar .navbar-collapse .navbar-nav li.with-sub {
    cursor: pointer;
    background-image: url("/wp-content/themes/ibex-theme/images/icons/Arrow-down.png");
    background-repeat: no-repeat;
    background-position: 87% 22px;
  }
  header#wrapper-navbar .navbar-collapse .navbar-nav li.with-sub.collapsed {
    background-image: url("/wp-content/themes/ibex-theme/images/icons/Arrow-up.png");
  }
}

header#wrapper-navbar .search-bar {
  width: 90%;
  padding: 0 30px;
}

header#wrapper-navbar .search-bar .woof_show_text_search_container {
  margin-top: 10px;
  background: #222;
  padding: 15px 40px;
  border-radius: 10px;
}

header#wrapper-navbar .search-bar .fa.fa-close {
  top: 10px;
  right: 35px;
  font-size: 22px !important;
}

@media (min-width: 992px) and (max-width: 1099px) {
  header#wrapper-navbar .navbar-desktop .cta--nav {
    padding-right: 14px;
  }
  header#wrapper-navbar .navbar-desktop .cta--nav a span.header-cta {
    font-size: 16px;
  }
}

.page-leader .leader-content h1 {
  margin-bottom: 22px !important;
}

.page-leader .leader-content a {
  color: #fff;
  text-decoration: none;
  background: #222;
  padding: 15px 40px;
  border-radius: 25px;
  /*background-image: url("../../images/arrow-white-down.png");*/
  background-repeat: no-repeat;
  background-position: 18px center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
}

@media (max-width: 767px) {
  .footer--floating-cta {
    width: calc(100% - 40px);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer--floating-cta {
    width: calc(100% - 120px);
  }
}

@media (min-width: 992px) {
  .footer--floating-cta {
    width: calc(100% - 80px);
  }
}

@media (min-width: 1100px) and (max-width: 1599px) {
  .footer--floating-cta {
    width: calc(100% - 1.5rem);
  }
}

@media (max-width: 767px) {
  .footer--wrapper {
    padding-top: 18rem !important;
  }
}

.footer .gravity-f input, .footer .gravity-f select, .footer .gravity-f textarea {
  font-family: open-sans, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  text-transform: capitalize;
  height: 44px;
}

.footer .gravity-f .gform_confirmation_message {
  color: #fff !important;
}

.blog .site-main, .category-blog .site-main, .category-case-study .site-main, .category-case-study .site-main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

@media (max-width: 767px) {
  .blog .site-main, .category-blog .site-main, .category-case-study .site-main, .category-case-study .site-main {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .blog .site-main, .category-blog .site-main, .category-case-study .site-main, .category-case-study .site-main {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

.blog .site-main article, .category-blog .site-main article, .category-case-study .site-main article, .category-case-study .site-main article {
  padding: 0;
  background-color: #eee;
}

.blog .site-main article .tease-inner, .category-blog .site-main article .tease-inner, .category-case-study .site-main article .tease-inner, .category-case-study .site-main article .tease-inner {
  height: 100%;
}

.blog .site-main article .tease-inner a, .category-blog .site-main article .tease-inner a, .category-case-study .site-main article .tease-inner a, .category-case-study .site-main article .tease-inner a {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.blog .site-main article .tease-inner a .entry-header, .category-blog .site-main article .tease-inner a .entry-header, .category-case-study .site-main article .tease-inner a .entry-header, .category-case-study .site-main article .tease-inner a .entry-header {
  margin-bottom: auto;
}

.post-type-archive-video .leader-content p:nth-child(2), .term-category .leader-content p:nth-child(2) {
  display: none;
}

@media (max-width: 767px) {
  .post-type-archive-video .video, .term-category .video {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .post-type-archive-video .video, .term-category .video {
    padding: 0 10px;
  }
}

header#wrapper-navbar .sub-menu.container-fluid .prod-ranges li {
  padding-left: 0;
}

header#wrapper-navbar .sub-menu.container-fluid .prod-ranges li::before {
  display: none;
}

header#wrapper-navbar .sub-menu.container-fluid .prod-ranges li a {
  font-size: 24px;
}

header#wrapper-navbar .sub-menu.container-fluid .prod-cat--title {
  font-weight: 900;
  font-size: 24px;
  line-height: 34px;
}

header#wrapper-navbar .sub-menu.container-fluid .prod-cat .sub-menu {
  padding-left: 0;
}

header#wrapper-navbar .sub-menu.container-fluid .prod-cat .sub-menu li {
  padding-bottom: 10px;
}

header#wrapper-navbar .sub-menu.container-fluid .prod-cat .sub-menu li a {
  font-size: 18px;
  font-weight: 900;
  line-height: 28px;
}

.floating-form > .row {
  overflow-y: scroll;
  overflow-x: hidden;
}

.floating-form .gform_confirmation_message {
  color: #fff !important;
}

.floating-form .gravity-theme .gform-body select {
  height: 36px;
  background-color: #fff;
}

.floating-form .gravity-theme input[type="submit"] {
  border: 0 !important;
  border-radius: 29px;
  padding: 16px 64px 16px 24px !important;
  background-image: url("../../images/arrow-black.png");
  text-transform: uppercase;
  font-family: "Red Hat Display",sans-serif;
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-color: #fff;
  color: #222;
  text-decoration: none;
}

.error404 .page-header-smaller .leader-right {
  position: relative;
}

.error404 .page-header-smaller .leader-right::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  width: 100%;
  height: 100%;
}

.error404 .four-o-four .content-wrapper {
  padding-top: 124px;
  padding-bottom: 74px;
}

.error404 .four-o-four .content-wrapper h1 {
  font-weight: 900;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  letter-spacing: -0.192px;
  color: #222222;
}

.error404 .four-o-four .content-wrapper p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #646464;
}

@media (max-width: 767px) {
  .error404 .four-o-four .content-wrapper {
    padding-top: 64px;
    padding-bottom: 34px;
  }
  .error404 .four-o-four .content-wrapper h1 {
    font-size: 28px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .error404 .four-o-four .content-wrapper {
    padding-top: 94px;
    padding-bottom: 44px;
  }
  .error404 .four-o-four .content-wrapper h1 {
    font-size: 36px;
  }
}

.error404 .four-o-four .button-wrapper {
  padding-bottom: 177px;
}

@media (max-width: 767px) {
  .error404 .four-o-four .button-wrapper {
    padding-bottom: 37px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .error404 .four-o-four .button-wrapper {
    padding-bottom: 67px;
  }
}

.error404 .four-o-four .button-wrapper a {
  margin-right: 16px;
  padding: 17px 56px 15px 56px;
  border: solid 1px #222;
  border-radius: 29px;
  text-decoration: none !important;
}

.error404 .four-o-four .button-wrapper a:first-child {
  background-color: transparent;
  color: #222;
  font-weight: 900;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
}

.error404 .four-o-four .button-wrapper a:first-child:hover {
  background-color: #222;
  color: #fff;
}

.error404 .four-o-four .button-wrapper a:last-child {
  background-color: #222;
  color: #fff;
  font-weight: 900;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
}

.error404 .four-o-four .button-wrapper a:last-child:hover {
  background-color: transparent;
  color: #222;
}

@media (max-width: 767px) {
  .error404 .four-o-four .button-wrapper a {
    margin-right: 0;
    width: 100%;
    margin-bottom: 16px;
    display: block;
  }
}

.breadcrumb-wrapper .custom-container-wide {
  padding-left: 40px;
}

.breadcrumb-wrapper p#breadcrumbs .breadcrumb_last {
  padding-left: 12px;
}

.single-product .breadcrumb-wrapper {
  margin-bottom: 0;
}

.single-product .breadcrumb-wrapper p#breadcrumbs {
  margin-bottom: 0;
}

.page-id-1455 .flexible-content {
  padding-bottom: 20px !important;
}

@media (min-width: 992px) and (max-width: 1099px) {
  .hero--wrapper {
    padding-top: 90px !important;
  }
}

@media (min-width: 1100px) and (max-width: 1599px) {
  .hero--wrapper {
    padding-top: 100px !important;
  }
}

.getaquote-form {
  border: solid 1px;
  -webkit-box-shadow: 0px 0px 8px 0px;
          box-shadow: 0px 0px 8px 0px;
  display: none;
  width: 40%;
  background-color: #fff;
  padding: 30px;
  position: fixed;
  top: 3%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 991;
}

.getaquote-form.active {
  display: block;
}

.getaquote-form .close-button-q {
  right: 10px;
}

.getaquote-form .close-button-q img {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 50px;
  cursor: pointer;
}

.page-template-quick-order .search-prod {
  padding-bottom: 26px;
}

@media (max-width: 991px) {
  .page-template-quick-order .search-prod {
    padding-bottom: 18px;
  }
}

.page-template-quick-order .search-prod form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 12px;
}

@media (max-width: 767px) {
  .page-template-quick-order .search-prod form {
    display: block;
  }
}

.page-template-quick-order .search-prod form .partnum-cont {
  width: 100%;
}

@media (max-width: 767px) {
  .page-template-quick-order .search-prod form .partnum-cont {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-template-quick-order .search-prod form .partnum-cont {
    width: 100%;
    margin-bottom: 10px;
  }
}

.page-template-quick-order .search-prod form .partnum-cont::before {
  position: absolute;
  top: -22px;
  content: "PART NUMBER*";
  color: #797979;
  font-size: 12px;
  font-weight: 900;
}

.page-template-quick-order .search-prod form .partnum-cont input {
  width: 100%;
}

.page-template-quick-order .search-prod form .partnum-cont .textcovered {
  position: absolute;
  top: 1px;
  background: #fff;
  left: 1px;
  height: 53px;
  width: 98.5%;
  padding: 6px 20px 3px;
  display: none;
}

.page-template-quick-order .search-prod form .partnum-cont .textcovered.active {
  display: block;
}

.page-template-quick-order .search-prod form .partnum-cont .textcovered .prod-title {
  font-size: 14px;
  color: #646464;
  font-weight: 700;
}

.page-template-quick-order .search-prod form .partnum-cont .textcovered .part-title {
  color: #4DB848;
  font-size: 12px;
  font-weight: 700;
}

.page-template-quick-order .search-prod form .partnum-cont .textcovered .part-title span {
  color: #A1A1A1;
}

.page-template-quick-order .search-prod form .partnum-cont .textcovered .closethis {
  color: #222;
  position: absolute;
  top: 10px;
  right: 5px;
  cursor: pointer;
}

.page-template-quick-order .search-prod form input, .page-template-quick-order .search-prod form select {
  font-size: 14px;
  height: 56px;
  border: solid 1px #D3D3D3;
  padding: 20px 15px 20px;
  background-color: #fff;
}

@media (max-width: 991px) {
  .page-template-quick-order .search-prod form input, .page-template-quick-order .search-prod form select {
    font-size: 12px;
    height: 58px;
  }
}

@media (max-width: 767px) {
  .page-template-quick-order .search-prod form input, .page-template-quick-order .search-prod form select {
    height: 58px;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .page-template-quick-order .search-prod form input#qty, .page-template-quick-order .search-prod form select#qty {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
  }
}

.page-template-quick-order .search-prod form input[type="submit"], .page-template-quick-order .search-prod form select[type="submit"] {
  border: #4DB848;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  background-color: #4DB848;
  border-radius: 30px;
}

@media (max-width: 767px) {
  .page-template-quick-order .search-prod form input[type="submit"], .page-template-quick-order .search-prod form select[type="submit"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
  }
}

.page-template-quick-order .search-prod form #qty::before {
  position: absolute;
  top: -22px;
  content: "QUANTITY*";
  color: #797979;
  font-size: 12px;
  font-weight: 900;
}

.page-template-quick-order .search-prod form select {
  width: 50%;
}

@media (max-width: 767px) {
  .page-template-quick-order .search-prod form select {
    width: 100%;
    margin-bottom: 10px;
  }
}

.page-template-quick-order .partnum-cont {
  position: relative;
}

.page-template-quick-order .ajx-search {
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: solid 1px #D3D3D3;
  -webkit-box-shadow: 1px 1px 13px #D3D3D3;
          box-shadow: 1px 1px 13px #D3D3D3;
  margin-top: 10px;
  display: none;
  z-index: 9;
}

.page-template-quick-order .ajx-search.active {
  display: block;
}

.page-template-quick-order .ajx-search .ajx-search-cont .ajx--item {
  padding: 10px;
}

.page-template-quick-order .ajx-search .ajx-search-cont .ajx--item:hover {
  background-color: #eeeeee;
  cursor: pointer;
}

.page-template-quick-order .ajx-search .ajx-search-cont .ajx--item .ajx-res {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-template-quick-order .ajx-search .ajx-search-cont .ajx--item .ajx-res img {
  width: 64px;
  height: 64px;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-template-quick-order .ajx-search .ajx-search-cont .ajx--item .ajx-res .ajx-info .partnum-text {
  font-size: 14px;
}

@media (max-width: 767px) {
  .page-template-quick-order .ajx-search .ajx-search-cont .ajx--item .ajx-res .ajx-info .partnum-text {
    font-size: 12px;
  }
}

.page-template-quick-order .ajx-search .ajx-search-cont .ajx--item .ajx-res .ajx-info .partnum-text .sku-header {
  color: #646464;
  font-weight: 400;
}

.page-template-quick-order .ajx-search .ajx-search-cont .ajx--item .ajx-res .ajx-info .partnum-text .sku-alone {
  color: #4DB848;
  font-weight: 700;
}

.page-template-quick-order .return-to-shop a {
  text-transform: uppercase;
  /*background-image: url("../images/icons/small-arrow-left.png");*/
  background-repeat: no-repeat;
  background-position: left center;
}

.page-template-quick-order .return-to-shop a:hover {
  background-color: transparent;
  color: #4db848;
}

@media (max-width: 767px) {
  .page-template-quick-order .cart-fill {
    padding-top: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-template-quick-order .cart-fill {
    padding-top: 40px;
  }
}

@media (min-width: 992px) {
  .page-template-quick-order .cart-fill {
    padding-top: 60px;
    max-width: 975px;
    margin: auto;
  }
}

.page-template-quick-order .cart-fill .clear-button {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #222;
  line-height: 24px;
  font-weight: 900;
  letter-spacing: 1px;
  text-decoration: none;
  /*background-image: url("../images/icons/close-button.png");*/
  background-repeat: no-repeat;
  background-position-y: center;
  text-transform: uppercase;
}

.page-template-quick-order .cart-fill .cart-table h4 {
  font-family: "Red Hat Display", sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 34px;
  letter-spacing: 0px;
  text-align: left;
  color: #222;
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-template-quick-order .cart-fill .cart-table h4 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .page-template-quick-order .cart-fill .cart-table h4 {
    font-size: 16px;
  }
}

.page-template-quick-order .cart-fill .cart-table .opt-desc {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: left;
  color: #646464;
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-template-quick-order .cart-fill .cart-table .opt-desc {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .page-template-quick-order .cart-fill .cart-table .opt-desc {
    font-size: 12px;
  }
}

.page-template-quick-order .cart-fill table {
  border-collapse: collapse;
  border: 0;
}

.page-template-quick-order .cart-fill table tbody {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.page-template-quick-order .cart-fill table tbody td {
  padding: 9px 0;
  border-top: 0;
}

.page-template-quick-order .cart-fill table tbody .cart-subtotal th, .page-template-quick-order .cart-fill table tbody .cart-subtotal .woocommerce-Price-amount {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #646464;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.8px;
}

.page-template-quick-order .cart-fill table tbody .tax-rate > td, .page-template-quick-order .cart-fill table tbody .tax-total > td {
  text-align: right;
}

.page-template-quick-order .cart-fill table tbody .order-total th, .page-template-quick-order .cart-fill table tbody .order-total td {
  border-top: solid 1px rgba(0, 0, 0, 0.2);
  padding-top: 20px;
}

.page-template-quick-order .cart-fill table tbody .order-total th {
  padding-left: 12px;
}

.page-template-quick-order .cart-fill .woocommerce-cart-form > .row {
  border-bottom: solid 1px #eeeeee;
}

.page-template-quick-order .cart-fill .woocommerce-cart-form .product-heading {
  border-bottom: solid 1px #eeeeee;
}

.page-template-quick-order .cart-fill .woocommerce-cart-form .product-heading p {
  font-family: "Red Hat Display", sans-serif;
  font-size: 12px;
  color: #646464;
  line-height: 26px;
  font-weight: 900;
  letter-spacing: 0.8px;
}

.page-template-quick-order .cart-fill .woocommerce-cart-form .return-update {
  border-top: solid 1px #eeeeee;
}

@media (min-width: 768px) {
  .page-template-quick-order .cart-fill .woocommerce-cart-form .product-thumbnail {
    width: 13% !important;
  }
}

.page-template-quick-order .cart-fill .woocommerce-cart-form .product-thumbnail > a > img {
  background: #eeeeee;
  width: 100px !important;
  padding: 10px;
}

@media (max-width: 767px) {
  .page-template-quick-order .cart-fill .woocommerce-cart-form .product-name a {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #646464;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
  }
}

@media (min-width: 768px) {
  .page-template-quick-order .cart-fill .woocommerce-cart-form .product-name {
    width: 37% !important;
  }
  .page-template-quick-order .cart-fill .woocommerce-cart-form .product-name a {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #646464;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
  }
}

@media (min-width: 992px) {
  .page-template-quick-order .cart-fill .woocommerce-cart-form .product-name a {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #646464;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
  }
}

.page-template-quick-order .cart-fill .woocommerce-cart-form .product-name dt, .page-template-quick-order .cart-fill .woocommerce-cart-form .product-name dd {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #646464;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 1px;
  display: inline-block;
}

.page-template-quick-order .cart-fill .woocommerce-cart-form .product-quantity .input-text.qty {
  width: 85% !important;
  text-align: left !important;
  padding: .375rem 5px;
}

@media (max-width: 767px) {
  .page-template-quick-order .cart-fill .woocommerce-cart-form .product-quantity p {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #646464;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: 1px;
    font-weight: 400;
    display: inline-block !important;
    text-transform: lowercase;
  }
}

@media (max-width: 767px) {
  .page-template-quick-order .cart-fill .woocommerce-cart-form .product-price span, .page-template-quick-order .cart-fill .woocommerce-cart-form .product-subtotal span, .page-template-quick-order .cart-fill .woocommerce-cart-form .product-price small, .page-template-quick-order .cart-fill .woocommerce-cart-form .product-subtotal small {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #646464;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 1px;
  }
}

@media (max-width: 767px) {
  .page-template-quick-order .cart-fill .woocommerce-cart-form .product-price .amount bdi, .page-template-quick-order .cart-fill .woocommerce-cart-form .product-subtotal .amount bdi {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #646464;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 1px;
  }
}

@media (min-width: 768px) {
  .page-template-quick-order .cart-fill .woocommerce-cart-form .product-price .amount bdi, .page-template-quick-order .cart-fill .woocommerce-cart-form .product-subtotal .amount bdi {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #646464;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 1px;
  }
}

@media (min-width: 992px) {
  .page-template-quick-order .cart-fill .woocommerce-cart-form .product-price .amount bdi, .page-template-quick-order .cart-fill .woocommerce-cart-form .product-subtotal .amount bdi {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #646464;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 1px;
  }
}

.page-template-quick-order .cart-fill .woocommerce-cart-form a.remove {
  color: #646464 !important;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none !important;
  font-size: 18px;
}

.page-template-quick-order .cart-fill .woocommerce-cart-form a.remove:hover {
  color: #fff !important;
  background-color: #4db848 !important;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.page-template-quick-order .cart-fill .cart_totals {
  background-color: #fff;
  padding: 0 !important;
}

.page-template-quick-order .cart-fill .cart_totals .total-header-title {
  display: none;
}

.page-template-quick-order .cart-fill .cart_totals .coupon #coupon_code.input-text {
  width: 100% !important;
  border: none;
  border-radius: 0;
  padding: 10px;
}

.page-template-quick-order .cart-fill .cart_totals .coupon #coupon_code.input-text:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.page-template-quick-order .cart-fill .cart_totals .coupon button {
  background: #fff;
  border: none;
  border-radius: 0;
  font-family: "Red Hat Display", sans-serif;
  font-size: 12px;
  color: #222;
  line-height: 24px;
  font-weight: 900;
  letter-spacing: 1px;
  padding: 10px;
}

.page-template-quick-order .cart-fill .cart_totals .wc-proceed-to-checkout a {
  width: 100%;
  font-family: "Red Hat Display", sans-serif;
  font-size: 12px;
  color: #fff;
  line-height: 24px;
  font-weight: 900;
  letter-spacing: 1px;
  background-color: #222;
  border: none;
  padding: 20px 30px;
  border-radius: 50px !important;
  /*background-image: url("../images/icons/white-arrow-right.svg");*/
  background-repeat: no-repeat;
  background-position: 93% center;
  text-align: left;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.page-template-quick-order .cart-fill .cart_totals .wc-proceed-to-checkout a:hover {
  background-color: #4db848;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.page-template-quick-order .cart-fill .shop_table {
  width: 100%;
}

.page-template-quick-order .cart-fill .shop_table > tbody {
  border-bottom: none;
}

.page-template-quick-order .cart-fill .cart-total-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-bottom: 80px;
}

@media (max-width: 991px) {
  .page-template-quick-order .cart-fill .cart-total-info {
    display: block;
    padding-bottom: 40px;
  }
}

.page-template-quick-order .cart-fill .cart-total-info .cart-collaterals {
  width: 35%;
  padding-top: 24px;
}

@media (max-width: 991px) {
  .page-template-quick-order .cart-fill .cart-total-info .cart-collaterals {
    width: 100%;
  }
}

.page-template-quick-order .cart-fill .apply-coupon {
  margin-top: 16px;
  margin-bottom: 32px;
}

.page-template-quick-order .cart-fill .apply-coupon .coupon > .row {
  border: solid 1px #d3d3d3;
  margin-left: 4px;
  margin-right: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.page-template-quick-order .option-butts--cont {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 12px;
}

@media (max-width: 767px) {
  .page-template-quick-order .option-butts--cont {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.page-template-quick-order .option-butts--cont div {
  cursor: pointer;
  border: solid 1px #D3D3D3;
  padding: 13.3px 12px;
  font-size: 18px;
}

@media (max-width: 767px) {
  .page-template-quick-order .option-butts--cont div {
    font-size: 14px;
  }
}

.page-template-quick-order .option-butts--cont div img {
  -webkit-filter: contrast(0);
          filter: contrast(0);
  padding-right: 12px;
}

.page-template-quick-order .option-butts--cont div.active {
  background-color: #4DB848;
  color: #fff;
}

.page-template-quick-order .option-butts--cont div.active img {
  -webkit-filter: contrast(100%);
          filter: contrast(100%);
}

.page-template-quick-order .purchase-mode-header--container {
  display: none;
}

.page-template-quick-order .cancel-ajx {
  font-size: 12px;
  cursor: pointer;
}

.single-product .site {
  background-color: #eee;
}

.single-product .product-cont {
  background-color: #fff;
}

@media (min-width: 992px) {
  .single-product .product-cont {
    max-width: unset;
    padding-left: 180px;
    padding-right: 180px;
  }
}

@media (min-width: 992px) {
  .single-product .product {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .single-product .product .product-left .woocommerce-product-gallery {
    width: 75%;
  }
}

.single-product .product.product-type-variable .product-func > .price {
  display: none;
}

.single-product .product .product-right .product-func .login-link-wrapper {
  text-align: center;
  background-color: #eee;
  padding: 10px;
  margin-bottom: 20px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

.single-product .product .product-right .product-func .login-link-wrapper a {
  font-weight: 700;
}

.single-product .product .product-right .product-func .cart button.btn {
  margin-right: 17px;
}

.single-product .product .product-right .product-func .yith-ywraq-add-to-quote {
  display: none;
}

.single-product .product .product-right .product-func .woocommerce-product-details__short-description p {
  font-family: "Open Sans",sans-serif;
}

.single-product .product .product-right .accordion .accordion-collapse p {
  font-family: "Open Sans",sans-serif;
}

.single-product .product .product-right .accordion .accordion-item .shop_attributes {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}

.single-product .product .product-right .accordion .accordion-item .shop_attributes tbody tr th {
  color: #646464;
  background-color: unset;
  padding-left: 0;
  border-bottom: none;
}

.single-product .product .product-right .accordion .accordion-item .shop_attributes tbody tr td {
  background-color: unset;
  border-bottom: none;
}

@media (min-width: 992px) {
  .single-product .product .product-right .variations_form .variations .value {
    position: relative;
  }
  .single-product .product .product-right .variations_form .variations .value .custom-qty {
    position: absolute;
    top: 5px;
    left: -40px;
  }
}

.single-product .product .product-right .variations_form .variations .value select {
  height: 46px;
  background-image: url("/wp-content/themes/ibex-theme/images/icons/Arrow-down.png") !important;
  background-repeat: no-repeat !important;
  background-position: 98% center !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

@media (max-width: 767px) {
  .single-product .product .product-right .variations_form .variations > tbody {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .single-product .product .product-right .variations_form .variations > tbody {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 992px) {
  .single-product .product .product-right .variations_form .variations > tbody > tr {
    max-width: 291px;
  }
}

@media (min-width: 768px) {
  .single-product .product .product-right .variations_form .single_variation_wrap {
    display: inline-block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.single-product .product .product-right .variations_form .single_variation_wrap .variations_button {
  display: inline-block;
}

.single-product .product .product-right .variations_form .single_variation_wrap .variations_button .single_add_to_cart_button {
  text-transform: uppercase;
}

.single-product .product .product-right .variations_form .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist {
  padding-left: 20px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .single-product .product .product-right .variations_form .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist {
    margin-top: 16px;
  }
}

.single-product .product .product-right .variations_form .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
  position: relative;
  padding: unset;
  border: unset;
  border-radius: unset;
}

.single-product .product .product-right .variations_form .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button::before {
  position: absolute;
  content: "";
  width: 48px;
  height: 48px;
  border: solid 1px #a1a1a1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
}

.single-product .product .product-right .variations_form .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button > a {
  position: relative;
}

.single-product .product .product-right .variations_form .single_variation_wrap .variations_button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button > a > i {
  margin-right: 0;
}

.single-product .product .product-right .variations_form .single_variation_wrap .available-on-backorder {
  display: none;
}

.single-product .product .product-right .variations_form .single_variation_wrap .woocommerce-variation .woocommerce-variation-availability {
  display: none;
}

.single-product .product .product-right .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart .quantity {
  display: block !important;
}

.single-product .product .product-right .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart .quantity .qty {
  height: 44px;
  margin-right: 17px;
}

.single-product .product .product-right .variations_form > span {
  background-color: rgba(0, 0, 0, 0.025);
  margin-bottom: 16px;
  display: block;
  padding: 10px 15px;
}

.single-product .product .product-right .woocommerce-Reviews .comment-form-comment textarea {
  border: solid 1px rgba(0, 0, 0, 0.2);
}

.single-product .product .product-right .woocommerce-Reviews .comment-form-comment label {
  font-family: "Red Hat Display",sans-serif !important;
}

.single-product .product .product-right .woocommerce-Reviews .comment-form .form-submit .btn {
  border: 0 !important;
  border-radius: 29px !important;
  padding: 16px 64px 16px 24px !important;
  background-image: url("/wp-content/themes/ibex-theme/images/icons/white-arrow-button.svg") !important;
  text-transform: uppercase;
  font-family: "Red Hat Display",sans-serif !important;
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-color: #222 !important;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 12px !important;
  line-height: 22px !important;
}

@media (max-width: 991px) {
  .single-product .product .product-right .woocommerce-Reviews .comment-form .form-submit .btn {
    font-size: 10px !important;
    line-height: 20px !important;
  }
}

.single-product .product .product-right .product-func {
  margin-bottom: 22px;
}

@media (max-width: 767px) {
  .single-product .product .product-right .product-func {
    margin-bottom: 16px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .single-product .product .product-right .product-func {
    margin-bottom: 18px;
  }
}

@media (min-width: 992px) {
  .single-product .page-header-smaller .leader-left {
    width: 220px;
  }
}

.single-product .page-header-smaller .leader-right {
  position: relative;
}

@media (min-width: 992px) {
  .single-product .page-header-smaller .leader-right {
    width: calc(100% - 220px);
  }
}

.single-product .page-header-smaller .leader-right::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  width: 100%;
  height: 100%;
}

.single-product .page-header-smaller .leader-right img {
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .single-product .page-header-smaller .leader-right img {
    height: 235px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .single-product .page-header-smaller .leader-right img {
    height: 460px;
  }
}

@media (min-width: 992px) {
  .single-product .related-prod {
    padding-bottom: 0;
  }
}

.single-product .related-prod .related .products .add-to-cart-container a {
  padding: 20px 8px;
  font-size: 12px;
  font-weight: 900;
  line-height: 24px;
  background: #222;
  color: #fff;
  text-transform: uppercase;
  border: none;
}

.single-product .add-to-cart-butt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.single-product .add-to-cart-butt .cart-options {
  display: none;
  position: absolute;
  top: 34px;
  left: 0;
  padding-left: 0;
  list-style: none;
  background: #fff;
  mix-blend-mode: normal;
  border: 1px solid #E9E9E9;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  width: 240px;
  z-index: 9;
}

.single-product .add-to-cart-butt .cart-options.active {
  display: block;
}

.single-product .add-to-cart-butt .cart-options.active li {
  cursor: pointer;
  padding: 15px 15px 15px 50px;
  background-repeat: no-repeat;
  background-position: 20px center;
}

.single-product .add-to-cart-butt .cart-options.active li:hover {
  background-color: #EEEEEE;
}

.single-product .add-to-cart-butt .cart-options.active li.cart-options-1 {
  background-image: url("../../images/icons/file-text.png");
}

.single-product .add-to-cart-butt .cart-options.active li.cart-options-2 {
  background-image: url("../../images/icons/shopping-bag.png");
}

.single-product .add-to-cart-butt .cart-options.active li.cart-options-3 {
  background-image: url("../../images/icons/credit-card.png");
}

.single-product .add-to-cart-butt button {
  background-image: url("../../images/icons/white-arrow-down.png") !important;
}

.single-product .add-to-cart-butt button.noarrow {
  background-image: none !important;
  padding-right: 20px;
}

.single-product .add-to-cart-butt button.noarrow:hover {
  padding-right: 20px;
}

.single-product .part-number {
  display: none;
}

.single-product .view-details {
  display: none;
}

.single-product #producttabs .accordion-item {
  border-top: unset !important;
}

.single-product .yith-wcwl-add-to-wishlist {
  margin-top: 20px !important;
}

@media (max-width: 767px) {
  .single-product .yith-wcwl-add-to-wishlist {
    margin-top: 16px !important;
  }
}

.quick-view {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.quick-view .related-prod, .quick-view .login-link-wrapper {
  display: none !important;
}

.quick-view.active {
  display: block;
}

.quick-view .view-details {
  display: block;
}

.quick-view .quick-view--cont {
  position: relative;
}

.quick-view .quick-view--cont .woocommerce {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70%;
}

.quick-view .quick-view--cont .woocommerce:nth-child(1) {
  display: none;
}

.quick-view .quick-view--cont .woocommerce .custom-container-thin {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .quick-view .quick-view--cont .woocommerce .custom-container-thin {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .quick-view .quick-view--cont .woocommerce .custom-container-thin {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.quick-view .quick-view--cont .woocommerce-product-gallery {
  opacity: 1 !important;
}

.quick-view .yith-wcwl-add-to-wishlist {
  padding-left: 20px;
  margin-top: 20px !important;
}

@media (max-width: 767px) {
  .quick-view .yith-wcwl-add-to-wishlist {
    margin-top: 16px !important;
  }
}

.yith-wcqv-button.button {
  display: none !important;
}

@media (max-width: 767px) {
  .woocommerce-shop .pagenum-option, .woocommerce.archive .pagenum-option {
    display: inline-block !important;
  }
}

.woocommerce-shop .pagenum-option .numof-prod, .woocommerce.archive .pagenum-option .numof-prod {
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .woocommerce-shop .pagenum-option .numof-prod, .woocommerce.archive .pagenum-option .numof-prod {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .woocommerce-shop .pagenum-option .numof-prod, .woocommerce.archive .pagenum-option .numof-prod {
    font-size: 14px;
  }
}

.woocommerce-shop .pagenum-option .pagenum--wrapper span, .woocommerce.archive .pagenum-option .pagenum--wrapper span {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
}

@media (min-width: 768px) {
  .woocommerce-shop .pagenum-option .pagenum--wrapper span, .woocommerce.archive .pagenum-option .pagenum--wrapper span {
    padding-left: 6px;
  }
}

@media (max-width: 991px) {
  .woocommerce-shop .pagenum-option .pagenum--wrapper span, .woocommerce.archive .pagenum-option .pagenum--wrapper span {
    font-size: 12px;
  }
}

.woocommerce-shop .pagenum-option .pagenum--wrapper select, .woocommerce.archive .pagenum-option .pagenum--wrapper select {
  background-color: #fff;
  border: solid 1px #eee;
  padding: 8px;
  margin-left: 6px;
}

.woocommerce-shop .products, .woocommerce.archive .products {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

@media (max-width: 767px) {
  .woocommerce-shop .products, .woocommerce.archive .products {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .woocommerce-shop .products, .woocommerce.archive .products {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

.woocommerce-shop .products::before, .woocommerce-shop .products::after, .woocommerce.archive .products::before, .woocommerce.archive .products::after {
  display: none !important;
}

.woocommerce-shop .products li.product, .woocommerce.archive .products li.product {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100% !important;
  background-color: #fff;
}

.woocommerce-shop .products li.product .added_to_cart, .woocommerce.archive .products li.product .added_to_cart {
  width: 100%;
}

.woocommerce-shop .products li.product .add-to-cart-container, .woocommerce.archive .products li.product .add-to-cart-container {
  margin: 0;
}

.woocommerce-shop .products li.product .add-to-cart-container .single_add_to_cart_button, .woocommerce.archive .products li.product .add-to-cart-container .single_add_to_cart_button {
  background: #222;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .woocommerce-shop .products li.product .add-to-cart-container .single_add_to_cart_button, .woocommerce.archive .products li.product .add-to-cart-container .single_add_to_cart_button {
    padding: 20px 8px;
    font-size: 10px;
    font-weight: 900;
    line-height: 20px;
  }
}

@media (min-width: 992px) {
  .woocommerce-shop .products li.product .add-to-cart-container .single_add_to_cart_button, .woocommerce.archive .products li.product .add-to-cart-container .single_add_to_cart_button {
    padding: 20px 8px;
    font-size: 12px;
    font-weight: 900;
    line-height: 24px;
  }
}

.woocommerce-shop .products li.product .woocommerce-LoopProduct-link, .woocommerce.archive .products li.product .woocommerce-LoopProduct-link {
  height: 100%;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.woocommerce-shop .products li.product .woocommerce-LoopProduct-link img, .woocommerce.archive .products li.product .woocommerce-LoopProduct-link img {
  padding: 0;
}

.woocommerce-shop .products li.product .woocommerce-LoopProduct-link .woocommerce-loop-product__title, .woocommerce.archive .products li.product .woocommerce-LoopProduct-link .woocommerce-loop-product__title {
  padding-bottom: 0 !important;
  text-overflow: unset;
  white-space: unset;
  margin-bottom: 10px;
  color: #646464;
  font-weight: 400;
}

@media (max-width: 991px) {
  .woocommerce-shop .products li.product .woocommerce-LoopProduct-link .woocommerce-loop-product__title, .woocommerce.archive .products li.product .woocommerce-LoopProduct-link .woocommerce-loop-product__title {
    margin-bottom: 6px;
  }
}

.woocommerce-shop .products li.product .woocommerce-LoopProduct-link > .price, .woocommerce.archive .products li.product .woocommerce-LoopProduct-link > .price {
  display: none;
}

.woocommerce-shop .products li.product .price .bdi, .woocommerce.archive .products li.product .price .bdi {
  font-family: "Red Hat Display",sans-serif;
  font-size: 18px;
  color: #4db848;
  line-height: 28px;
  font-weight: 900;
  letter-spacing: unset;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .woocommerce-shop .products li.product .price .bdi, .woocommerce.archive .products li.product .price .bdi {
    font-size: 16px;
    line-height: 26px;
    padding: 0 15px;
  }
}

.woocommerce-checkout #stripe-payment-data > p {
  display: none;
}

.woocommerce-checkout #stripe-payment-data #wc-stripe-cc-form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}

.woocommerce-checkout #stripe-payment-data #wc-stripe-cc-form .form-row {
  width: 100%;
  padding: 0;
}

.woocommerce-checkout #stripe-payment-data #wc-stripe-cc-form .form-row.form-row-wide {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
  margin-bottom: 0;
}

.woocommerce-checkout #stripe-payment-data #wc-stripe-cc-form .form-row.form-row-first {
  padding-right: 10px;
}

.woocommerce-checkout #stripe-payment-data #wc-stripe-cc-form .form-row.form-row-last {
  padding-left: 10px;
}

.woocommerce-checkout #stripe-payment-data #wc-stripe-cc-form .form-row .wc-stripe-elements-field {
  max-height: 59px;
  height: 59px;
  padding-top: 20px;
  padding-left: 20px;
}

.woocommerce-checkout .woocommerce-checkout-payment {
  display: none;
}

.woocommerce-checkout .wc_payment_methods {
  background-color: white !important;
  padding: 23px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.woocommerce-checkout .wc_payment_methods .payment_box {
  background-color: white !important;
  padding: 0 !important;
}

.woocommerce-checkout .wc_payment_methods .payment_box:before {
  display: none !important;
}

.woocommerce-checkout .wc_payment_methods .payment_method_stripe > label {
  width: 95%;
}

@media (max-width: 767px) {
  .woocommerce-checkout .wc_payment_methods .payment_method_stripe > label {
    width: 59%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .woocommerce-checkout .wc_payment_methods .payment_method_stripe > label {
    width: 93%;
  }
}

.woocommerce-checkout .wc_payment_methods .payment_method_stripe > label::after {
  content: url(../../images/ccards.jpg);
  float: right;
}

.woocommerce-checkout .wc_payment_methods li {
  display: none;
}

.woocommerce-checkout .wc_payment_methods li input {
  display: none;
}

.woocommerce-checkout .wc_payment_methods li.active {
  display: block;
}

.woocommerce-checkout #Field-numberInput {
  background-color: red;
}

.woocommerce-checkout #payment div.form-row {
  padding-top: 0;
  padding-bottom: 0;
}

.woocommerce-checkout .payment-options--button {
  cursor: pointer;
  padding: 17px;
  background: black;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
}

.woocommerce-checkout .payment-options--button img {
  padding-right: 11px;
}

.woocommerce-checkout .payment-options--button:hover, .woocommerce-checkout .payment-options--button.active {
  background-color: #4DB848;
}

.woocommerce-checkout .payment-options--button.active {
  background-image: url(../../images/check.png);
  background-repeat: no-repeat;
  background-position: 95% center;
}

.woocommerce-checkout .woocommerce-shipping-fields .shipping_address input, .woocommerce-checkout .woocommerce-shipping-fields .shipping_address .select2-selection__rendered {
  font-size: 12px;
  color: #646464;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 13px;
}

.woocommerce-checkout .woocommerce-shipping-fields .shipping_address label {
  font-family: "Red Hat Display",sans-serif;
  font-size: 10px;
  color: #222;
  line-height: 20px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.woocommerce-checkout .woocommerce-shipping-fields .shipping_address .select2-selection__rendered {
  padding: 0;
}

.woocommerce-checkout .woocommerce-shipping-fields .shipping_address .select2-container .selection {
  padding: 10px;
  display: block;
  border: solid 1px #6464;
  border-radius: 5px;
}

.woocommerce-checkout .woocommerce-shipping-fields .shipping_address .select2-container .selection .select2-selection {
  border: none;
}

.woocommerce-checkout form.woocommerce-checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.woocommerce-checkout form.woocommerce-checkout .woocommerce-billing-fields {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 992px) {
  .woocommerce-checkout form.woocommerce-checkout .woocommerce-billing-fields {
    margin-bottom: 3rem;
  }
}

.woocommerce-checkout form.woocommerce-checkout > h3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.woocommerce-checkout form.woocommerce-checkout .payment-options {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.woocommerce-checkout form.woocommerce-checkout .woocommerce-checkout-payment {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.woocommerce-checkout form.woocommerce-checkout .woocommerce-shipping-fields {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.woocommerce-checkout form.woocommerce-checkout .woocommerce-additional-fields {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

@media (min-width: 992px) {
  .woocommerce-checkout form.woocommerce-checkout .woocommerce-additional-fields .woocommerce-input-wrapper #order_comments {
    height: 120px;
  }
}

.woocommerce-checkout form.woocommerce-checkout .form-row.place-order {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.woocommerce-checkout .order-summary .shop_table .woocommerce-shipping-totals .woocommerce-shipping-methods > li {
  text-align: right;
}

.woocommerce-order-received .breadcrumb-wrapper {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .woocommerce-order-received .breadcrumb-wrapper {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .woocommerce-order-received .breadcrumb-wrapper {
    margin-bottom: 65px;
  }
}

.woocommerce-wishlist .yith_wcwl_wishlist_footer .yith-wcwl-share {
  display: none;
}

.woocommerce-account .woocommerce #customer_login {
  background-color: #EEEEEE;
  padding: 56px;
  width: 587px;
  margin: 95px auto;
}

@media (max-width: 767px) {
  .woocommerce-account .woocommerce #customer_login {
    width: 100%;
    padding: 24px;
  }
}

.woocommerce-account .woocommerce #customer_login .u-column1 {
  padding: 0;
}

.woocommerce-account .woocommerce #customer_login .u-column1 h2 {
  font-weight: 900;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -0.192px;
  color: #222222;
}

@media (max-width: 767px) {
  .woocommerce-account .woocommerce #customer_login .u-column1 h2 {
    font-size: 28px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .woocommerce-account .woocommerce #customer_login .u-column1 h2 {
    font-size: 36px;
  }
}

.woocommerce-account .woocommerce #customer_login .u-column1 .woocommerce-form-login {
  padding: 0;
  border: none;
}

.woocommerce-account .woocommerce #customer_login .u-column1 .woocommerce-form-login .woocommerce-form-row label {
  font-weight: 900;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
}

.woocommerce-account .woocommerce #customer_login .u-column1 .woocommerce-form-login .woocommerce-form-row input {
  background: #FFFFFF;
  mix-blend-mode: normal;
  border: 1px solid rgba(0, 0, 0, 0.2);
  height: 59px;
}

.woocommerce-account .woocommerce #customer_login .u-column1 .woocommerce-form-login .woocommerce-form-login__rememberme {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.woocommerce-account .woocommerce #customer_login .u-column1 .woocommerce-form-login .woocommerce-form-login__rememberme input {
  height: 16px;
  width: 16px;
  margin-right: 16px;
}

.woocommerce-account .woocommerce #customer_login .u-column1 .woocommerce-form-login .woocommerce-form-login__rememberme span {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #646464;
  margin-right: auto;
}

@media (max-width: 767px) {
  .woocommerce-account .woocommerce #customer_login .u-column1 .woocommerce-form-login .woocommerce-form-login__rememberme span {
    font-size: 12px;
  }
}

.woocommerce-account .woocommerce #customer_login .u-column1 .woocommerce-form-login .woocommerce-form-login__rememberme a {
  font-weight: 900;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  color: #222222;
  text-decoration: none !important;
}

.woocommerce-account .woocommerce #customer_login .u-column1 .woocommerce-form-login .woocommerce-form-login__submit {
  width: 100%;
  height: 56px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  background: #222222;
  border-radius: 29px;
  text-align: left;
  padding-left: 24px;
  background-image: url("../../images/icons/Path.png");
  background-repeat: no-repeat;
  background-position: 92% center;
}

body .yith-quick-view.yith-modal .yith-wcqv-main {
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}

body .yith-quick-view.yith-modal .yith-quick-view-overlay {
  background-color: rgba(0, 0, 0, 0.4);
}

body .yith-quick-view.yith-modal .yith-wcqv-wrapper {
  left: 50% !important;
  top: 50% !important;
  width: 67% !important;
  height: auto !important;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 768px) and (max-width: 991px) {
  body .yith-quick-view.yith-modal .yith-wcqv-wrapper {
    width: 80% !important;
  }
}

@media (max-width: 767px) {
  body .yith-quick-view.yith-modal .yith-wcqv-wrapper {
    width: 75% !important;
    height: 90% !important;
  }
}

body .yith-quick-view.yith-modal .single-product > .product {
  padding-top: 12px;
  padding-bottom: 12px;
}

@media (min-width: 768px) and (max-width: 991px) {
  body .yith-quick-view.yith-modal .single-product > .product div.images {
    float: unset;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (min-width: 768px) {
  body .yith-quick-view.yith-modal .single-product > .product div.images {
    width: 45% !important;
  }
}

body .yith-quick-view.yith-modal .single-product > .product div.images a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .yith-quick-view.yith-modal .single-product > .product div.images a img {
  width: auto !important;
}

@media (min-width: 992px) {
  body .yith-quick-view.yith-modal .single-product > .product div.images a img {
    width: 70% !important;
  }
}

body .yith-quick-view.yith-modal .single-product > .product .summary {
  width: 54% !important;
}

@media (max-width: 991px) {
  body .yith-quick-view.yith-modal .single-product > .product .summary {
    width: 100% !important;
  }
}

body .yith-quick-view.yith-modal .single-product > .product .summary .summary-content {
  padding-top: 0;
}

body .yith-quick-view.yith-modal .single-product > .product .summary .summary-content > .yith-wcwl-add-to-wishlist {
  display: none !important;
}

body .yith-quick-view.yith-modal .single-product > .product .summary .summary-content h1 {
  font-size: 24px;
  color: #000;
  line-height: 34px;
}

@media (max-width: 991px) {
  body .yith-quick-view.yith-modal .single-product > .product .summary .summary-content h1 {
    font-size: 20px;
    line-height: 30px;
  }
}

body .yith-quick-view.yith-modal .single-product > .product .summary .summary-content .label > label {
  color: #000;
}

body .yith-quick-view.yith-modal .single-product > .product .summary .summary-content .custom-qty .view-quick {
  display: block !important;
}

body .yith-quick-view.yith-modal .single-product > .product .summary .summary-content .custom-qty .view-normal {
  display: none;
}

body .yith-quick-view.yith-modal .single-product > .product .summary .summary-content .quantity {
  margin-right: 16px !important;
}

@media (max-width: 767px) {
  body .yith-quick-view.yith-modal .single-product > .product .summary .summary-content .quantity {
    width: 100%;
    margin-bottom: 12px;
  }
  body .yith-quick-view.yith-modal .single-product > .product .summary .summary-content .quantity input.qty {
    width: 100%;
  }
}

body .yith-quick-view.yith-modal .single-product > .product .add-to-cart-butt .yith-wcwl-add-to-wishlist {
  margin-top: 0 !important;
  margin-left: 16px;
}

body .yith-quick-view.yith-modal .single-product .yith-wcwl-add-button {
  position: relative;
  padding: unset;
  border: unset;
  border-radius: unset;
}

body .yith-quick-view.yith-modal .single-product .yith-wcwl-add-button::before {
  position: absolute;
  content: "";
  width: 48px;
  height: 48px;
  border: solid 1px #a1a1a1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
}

body .yith-quick-view.yith-modal .single-product .yith-wcwl-add-button > a {
  position: relative;
}

body .yith-quick-view.yith-modal .single-product .yith-wcwl-add-button > a > i {
  margin-right: 0;
}

body .yith-quick-view.yith-modal .single-product .single_add_to_cart_button {
  background-position: 88%;
  background-repeat: no-repeat;
  background-color: #222;
  color: #fff;
  padding-right: 50px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  border-radius: 50px;
}

body .yith-quick-view.yith-modal .input-text.qty {
  height: 51px;
}

body .yith-quick-view.yith-modal .variations_form.cart > .variations > tbody {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

@media (max-width: 767px) {
  body .yith-quick-view.yith-modal .variations_form.cart > .variations > tbody {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

body .yith-quick-view.yith-modal .variations_form.cart > .variations > tbody > tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body .yith-quick-view.yith-modal .variations_form.cart > .variations > tbody > tr > td select {
  height: 50px;
  background-color: #fff;
  border: solid 1px #eee;
  padding: 10px;
}

@media (max-width: 767px) {
  body .yith-quick-view.yith-modal .variations_form.cart > .variations > tbody > tr > td select {
    min-width: 100% !important;
  }
}

body .yith-quick-view.yith-modal .yith-wcqv-view-details.button {
  display: none !important;
}

@media (min-width: 992px) {
  body .yith-quick-view.yith-modal .product > .product {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

body .yith-quick-view.yith-modal .price bdi {
  color: #4db848;
}

body .yith-quick-view.yith-modal .view-details {
  display: block;
  padding-bottom: 18px !important;
  padding-top: 12px !important;
}

body .yith-quick-view.yith-modal .view-details a {
  font-weight: 700 !important;
}

body .yith-quick-view.yith-modal .ps-scrollbar-y {
  display: none !important;
}

.purchase-mode-header, .purchase-mode-header-single {
  padding-bottom: 28px;
}

.purchase-mode-header--container, .purchase-mode-header-single--container {
  background-color: #eee;
  padding: 10px;
}

.purchase-mode-header .purchase-mode-submit, .purchase-mode-header-single .purchase-mode-submit {
  display: none;
}

.purchase-mode-header .switch-wrapper, .purchase-mode-header-single .switch-wrapper {
  position: relative;
}

.purchase-mode-header .switch-wrapper .oncart-options, .purchase-mode-header .switch-wrapper .cart-options, .purchase-mode-header-single .switch-wrapper .oncart-options, .purchase-mode-header-single .switch-wrapper .cart-options {
  position: absolute;
  display: none;
  top: 19px;
  left: 0;
  padding-left: 0;
  list-style: none;
  background: #fff;
  mix-blend-mode: normal;
  border: 1px solid #E9E9E9;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  width: 240px;
  z-index: 9;
}

.purchase-mode-header .switch-wrapper .oncart-options.active, .purchase-mode-header .switch-wrapper .cart-options.active, .purchase-mode-header-single .switch-wrapper .oncart-options.active, .purchase-mode-header-single .switch-wrapper .cart-options.active {
  display: block;
}

.purchase-mode-header .switch-wrapper .oncart-options.active li, .purchase-mode-header .switch-wrapper .cart-options.active li, .purchase-mode-header-single .switch-wrapper .oncart-options.active li, .purchase-mode-header-single .switch-wrapper .cart-options.active li {
  cursor: pointer;
  padding: 15px 15px 15px 50px;
  background-repeat: no-repeat;
  background-position: 20px center;
}

.purchase-mode-header .switch-wrapper .oncart-options.active li:hover, .purchase-mode-header .switch-wrapper .cart-options.active li:hover, .purchase-mode-header-single .switch-wrapper .oncart-options.active li:hover, .purchase-mode-header-single .switch-wrapper .cart-options.active li:hover {
  background-color: #EEEEEE;
}

.purchase-mode-header .switch-wrapper .oncart-options.active li.oncart-options-1, .purchase-mode-header .switch-wrapper .oncart-options.active li.cart-options-1, .purchase-mode-header .switch-wrapper .cart-options.active li.oncart-options-1, .purchase-mode-header .switch-wrapper .cart-options.active li.cart-options-1, .purchase-mode-header-single .switch-wrapper .oncart-options.active li.oncart-options-1, .purchase-mode-header-single .switch-wrapper .oncart-options.active li.cart-options-1, .purchase-mode-header-single .switch-wrapper .cart-options.active li.oncart-options-1, .purchase-mode-header-single .switch-wrapper .cart-options.active li.cart-options-1 {
  background-image: url("../../images/icons/file-text.png");
}

.purchase-mode-header .switch-wrapper .oncart-options.active li.oncart-options-2, .purchase-mode-header .switch-wrapper .oncart-options.active li.cart-options-2, .purchase-mode-header .switch-wrapper .cart-options.active li.oncart-options-2, .purchase-mode-header .switch-wrapper .cart-options.active li.cart-options-2, .purchase-mode-header-single .switch-wrapper .oncart-options.active li.oncart-options-2, .purchase-mode-header-single .switch-wrapper .oncart-options.active li.cart-options-2, .purchase-mode-header-single .switch-wrapper .cart-options.active li.oncart-options-2, .purchase-mode-header-single .switch-wrapper .cart-options.active li.cart-options-2 {
  background-image: url("../../images/icons/shopping-bag.png");
}

.purchase-mode-header .switch-wrapper .oncart-options.active li.oncart-options-3, .purchase-mode-header .switch-wrapper .oncart-options.active li.cart-options-3, .purchase-mode-header .switch-wrapper .cart-options.active li.oncart-options-3, .purchase-mode-header .switch-wrapper .cart-options.active li.cart-options-3, .purchase-mode-header-single .switch-wrapper .oncart-options.active li.oncart-options-3, .purchase-mode-header-single .switch-wrapper .oncart-options.active li.cart-options-3, .purchase-mode-header-single .switch-wrapper .cart-options.active li.oncart-options-3, .purchase-mode-header-single .switch-wrapper .cart-options.active li.cart-options-3 {
  background-image: url("../../images/icons/credit-card.png");
}

.purchase-mode-header .switch-mode, .purchase-mode-header-single .switch-mode {
  color: #4DB848;
  cursor: pointer;
}

.purchase-mode-header .switch-mode:hover, .purchase-mode-header-single .switch-mode:hover {
  color: #212529;
}

.location_with_map {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .location_with_map {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .location_with_map {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}

.location_with_map .icon-title {
  font-weight: 900;
  font-size: 36px;
  line-height: 42px;
}

@media (max-width: 991px) {
  .location_with_map .icon-title {
    font-size: 32px;
    line-height: 39px;
  }
}

@media (max-width: 767px) {
  .location_with_map .icon-title {
    font-size: 26px;
    line-height: 36px;
  }
}

.location_with_map p, .location_with_map a {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  position: relative;
  color: #222;
  text-decoration: none;
  display: block;
  margin-bottom: 1rem;
}

@media (max-width: 991px) {
  .location_with_map p, .location_with_map a {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .location_with_map p, .location_with_map a {
    font-size: 16px;
    line-height: 26px;
  }
}

.location_with_map p.address, .location_with_map p.phone, .location_with_map p.email-add, .location_with_map a.address, .location_with_map a.phone, .location_with_map a.email-add {
  padding-left: 35px;
}

.location_with_map p.address::before, .location_with_map p.phone::before, .location_with_map p.email-add::before, .location_with_map a.address::before, .location_with_map a.phone::before, .location_with_map a.email-add::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}

.location_with_map p.address::before, .location_with_map a.address::before {
  content: url("../../images/icons/location-green.png");
}

.location_with_map p.phone::before, .location_with_map a.phone::before {
  content: url("../../images/icons/phone-green.png");
}

.location_with_map p.email-add::before, .location_with_map a.email-add::before {
  content: url("../../images/icons/email-green.png");
}

.location_with_map .gmnoprint, .location_with_map .gm-bundled-control {
  display: none !important;
}

.testimonial .testimonial_slider--wrapper img {
  max-height: 93px;
}

@media (max-width: 767px) {
  .product-range .prod-item__img a img {
    min-height: 151px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .product-range .prod-item__img a img {
    min-height: 310px;
  }
}

@media (min-width: 992px) {
  .product-range .prod-item__img a img {
    min-height: 346px;
  }
}

.blog-section .news-grid {
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

@media (max-width: 767px) {
  .blog-section .news-grid {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .blog-section .news-grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

.blog-section .news-grid article {
  background-color: #eee;
}

.blog-section .news-grid article .tease-inner {
  height: 100%;
}

.blog-section .news-grid article .tease-inner a {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.blog-section .news-grid article .tease-inner a .entry-header {
  margin-bottom: auto;
}

.full_width_title_and_content {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .full_width_title_and_content {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .full_width_title_and_content {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}

.full_width_title_and_content .content-container {
  max-width: 800px;
}

.full_width_title_and_content .content-container .entry-content p {
  letter-spacing: 0;
}

@media (min-width: 992px) {
  .single-post .site-main {
    margin: auto;
  }
}

.single-post .related-articles .row-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

@media (max-width: 767px) {
  .single-post .related-articles .row-items {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .single-post .related-articles .row-items {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

.single-post .related-articles article {
  padding: 0;
  background-color: #eee;
}

.single-post .related-articles article .tease-inner {
  height: 100%;
}

.single-post .related-articles article .tease-inner a {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  background-color: #fff;
}

.single-post .related-articles article .tease-inner a .entry-header {
  margin-bottom: auto;
  background-color: #fff;
}

.single-post .related-articles article .tease-inner a .entry-footer {
  background-color: #fff;
}

.single-post .related-articles article .tease-inner a:hover .entry-footer {
  background-color: #222;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/*# sourceMappingURL=style.css.map */