/*
 Theme Name:   Divi Child
 Theme URI:
 Description:
 Author:       Virtina Developer
 Author URI:
 Template:     Divi
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/
/*hiding this on produc pages JDZ*/
.LinkButton{display:none;}
.wc-stripe-express-checkout-element{display:none;}

/*The lines below hide the "Additional Information" tab for specialty products, like spools and hoses*/
.postid-3191 li.additional_information_tab{display:none;}
.postid-7344 li.additional_information_tab{display:none;} 
.postid-10329 li.additional_information_tab{display:none;}
.postid-25891 li.additional_information_tab{display:none;}
.postid-42384 li.additional_information_tab{display:none;}
.postid-42395 li.additional_information_tab{display:none;}
.postid-42397 li.additional_information_tab{display:none;}
.postid-42399 li.additional_information_tab{display:none;}
.postid-42403 li.additional_information_tab{display:none;}
.postid-42405 li.additional_information_tab{display:none;}
.postid-42407 li.additional_information_tab{display:none;}
.postid-42409 li.additional_information_tab{display:none;}
.postid-42412 li.additional_information_tab{display:none;}
.postid-42415 li.additional_information_tab{display:none;}
.postid-42417 li.additional_information_tab{display:none;}
.postid-42419 li.additional_information_tab{display:none;}
.postid-42423 li.additional_information_tab{display:none;}
.postid-42429 li.additional_information_tab{display:none;}
.postid-42426 li.additional_information_tab{display:none;}
.postid-42431 li.additional_information_tab{display:none;}
.postid-42433 li.additional_information_tab{display:none;}
/*end code*/
.answer-content span.answer {font-weight:400;}
.single-product span.woocommerce-Price-amount.amount {font-size:20px !important;}
body #page-container .et_pb_section .et_pb_wc_add_to_cart_0_tb_body form.cart .button{flex-basis: 35% !important;}
.single-product .product_tabs_content h2{line-height:1.3em !important;}
.wp-image-50719{border-radius:5px;}
.woocommerce div.product form.cart .variations td,.woocommerce div.product form.cart .variations th {text-align:left;}
.orderby,.woocommerce div.product form.cart .variations td select {
    border:1px solid #666 !important;
    background-color: #fff !important;
    line-height: 2;
    border-color: #8c8f94;
    border-radius: 3px;
    padding: 0 24px 0 8px;
    cursor: pointer;

}
.woocommerce-message .button{float:right !important;}
.table-responsive,
.part-table{
    text-align:center;
    border: 0;
    margin-bottom: 8.75px;
    width:100%;
}
.table-responsive tr th,
.part-table tr th{
    border:1px solid #d9d9d9;
}
.table-responsive tr td,
.part-table tr td{
    border:1px solid #d9d9d9;
}

#et-secondary-menu {
    display: flex;
    align-items: center;
}
.topbar-menu li {
    display: inline-block;
    padding-right: 20px;
}
.product-category h2 {
    text-align: center;
    line-height:1.3em !important;
}
#top-menu li.mobile-only {
    display: none;
}
@media (max-width: 980px){
    #et-secondary-menu{
        padding: 10px 0;
    }
    #et-info {
        display: none !important;
    }
    #et-secondary-nav, #et-secondary-menu {
        display: flex !important;
    }
    #top-header .et-cart-info {
        margin-left: auto;
    }
    .topbar-menu {
        display: none;
    }
    #top-menu li.mobile-only{
        display: block;
    }
}

/*dynamic description css*/
table.dynamic_desc {
    border-collapse: collapse;
}
table.dynamic_desc td {
    padding: 12px;
}
table.dynamic_desc th {
    padding: 15px;
    background-color: #f1f4fb;
    color: #000;
    font-weight: bold;
    font-size: 15px;
    border: 2px solid #fff;
}
table.dynamic_desc tbody td {
    color: #636363;
    text-align: center;
}
table.dynamic_desc tbody tr {
    border: 1px solid #dddfe1;
    border-right: unset;
    border-left: unset;
}

@media(max-width: 992px) {
    div#product_description {
        width: 94%;
    }
    table.dynamic_desc th {
        padding: 5px;
        background-color: #f1f4fb;
        color: #000;
        font-weight: bold;
        font-size: 13px;
        border: 2px solid #fff;
        width: 33.3%;
    }
    table.dynamic_desc tbody td {
        font-size: 13px;
    }
}
a.read_more_blog {
    color: #FFFFFF!important;
    border-width: 0px!important;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600!important;
    background-color: #147AFB;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    padding-right: 1em!important;
    padding-left: 1em!important;
	display: block;
    max-width: 250px;
    text-align: center;
    margin: 20px auto 0;
}

/* single product woocom cart notice SAN-CartFlyout-Implementation-Dec2023 */
body.single-product .view-product-btn {
    content: "View Product";
    font-size: 14px;
    color: #147afb;
    border: 1px solid #147afb;
    padding: 10px 20px;
    margin-top: 20px;
    display: block;
    position: relative;
}

body.single-product .et_pb_wc_cart_notice .woocommerce-message .products_block {
    gap: 20px;
}

body.single-product .et_pb_wc_cart_notice .woocommerce-message .flex-container {
    background-color: #147afb;
    padding: 20px;
}

body.single-product .et_pb_wc_cart_notice .woocommerce-message .flex-container .products_block .product_block {
    background-color: #fff;
    position: relative;
}

body.single-product .et_pb_wc_cart_notice .woocommerce-message {
    display: flex;
}

body.single-product .et_pb_wc_cart_notice .woocommerce-message .flex-container .products_block .product_block {
    height: 100%;
}

body.single-product .et_pb_wc_cart_notice .woocommerce-message .product_block a {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

body.single-product .et_pb_wc_cart_notice .custom-cart-message p {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 24px;
    margin-bottom: 40px;
}

body.single-product .et_pb_wc_cart_notice .custom-cart-message p:before {
    content: '';
    background: url(https://storage.googleapis.com/images.trinity.one/SAN/SAN-A-Cart-FlyoutRedesign-Sept2023/Checkmark.svg) no-repeat;
    height: 20px;
    width: 20px;
    display: block;
		font-weight:500;
}

body.single-product .et_pb_wc_cart_notice .product-media {
    display: flex;
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 20px;
		padding-bottom:10px;
}

body.single-product .et_pb_wc_cart_notice .product-img img {
    max-width: 100px;
}

body.single-product .et_pb_wc_cart_notice .product-title {
    line-height: 22px;
    margin-bottom: 8px;
    font-weight: 400;
}

body.single-product .et_pb_wc_cart_notice .product-quantity-price {
    color: #157afb;
    font-size: 16px;
}

body.single-product .et_pb_wc_cart_notice .product-details {
    font-size: 16px;
}

body.single-product .et_pb_wc_cart_notice span.woocommerce-Price-amount.amount {
    font-size: 16px;
}

body.single-product .et_pb_wc_cart_notice .custom-cart-message {
    background: #fff;
    color: #222223;
    padding: 48px 38px;
    border-radius: 8px;
}

body.single-product .et_pb_wc_cart_notice .woocommerce-message {
    display: flex;
    gap: 42px;
    padding: 25px 50px;
    font-family: 'IBM Plex Sans';
    align-items: center;
}

body.single-product .et_pb_wc_cart_notice .product-subtotal {
    display: flex;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
    gap: 8px;
}

body.single-product .et_pb_wc_cart_notice .flex-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 60%;
    padding-top: 16px;
}

body.single-product .et_pb_wc_cart_notice .message_title {
    color: #fff !important;
}

body.single-product .et_pb_wc_cart_notice .continue {
    font-size: 14px;
    padding: 10px 25px;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    background: #157afb;
    color: #fff;
    border: 1px solid #fff;
}

body.single-product .et_pb_wc_cart_notice .message {
    display: flex;
    width: 100%;
    justify-content: space-between;
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    color: #fff !important;
    font-size: 24px;
    margin-bottom: 20px;
}

body.single-product .et_pb_wc_cart_notice a.button.wc-forward {
    color: #157afb;
    font-size: 14px;
    padding: 10px 25px;
    border: 1px solid #157afb;
    border-radius: 5px;
    font-weight: 600;
}

body.single-product .et_pb_wc_cart_notice a.button.checkout.wc-forward {
    font-size: 14px;
    padding: 10px 25px;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
}
body.single-product .et_pb_wc_cart_notice .image_box img {
    height: 120px;
    width: auto;
    margin-bottom: 10px;
}

body.single-product .et_pb_wc_cart_notice .title_box {
    font-size: 16px;
    line-height: 20px;
    color: #333 !important;
    min-height: 75px;
    font-weight: 400;
}
body.single-product .divider {
    width: 1px;
    height: 400px;
    background: #d9d9d9;
    margin-left: 40px;
    margin-right: 40px;
}

body.single-product .et_pb_wc_cart_notice .woocommerce-message {
    padding: 25px 50px !important;
    gap: 0px;
}

body.single-product .et_pb_wc_cart_notice .woocommerce-message .flex-container {
    padding: 0px;
}

body.single-product .message_title {
    font-size: 24px !important;
    font-weight: 500 !important;
    padding: 0px !important;
}

body.single-product .clear {
    display: none !important;
}

body.single-product .et_pb_wc_cart_notice .message {
    margin-bottom: 0px !important;
}

body.single-product .et_pb_wc_cart_notice .custom-cart-message {
    width: 40%;
}

body.single-product .title_box {
    color: #333333 !important;
}

body.single-product .et_pb_wc_cart_notice .woocommerce-message .product_block a {
    color: #333 !important;
}

body.single-product .woocommerce-message a.button {
    float: none !important;
}
body.single-product a.btn.view-cart {
    color: #157afb;
    font-size: 14px;
    padding: 13px 5px;
    border: 1px solid #157afb;
    border-radius: 5px;
    font-weight: 600;
    line-height: 16px;
    max-width: 135px;
    width: 100%;
    text-align: center;
}

body.single-product a.btn.checkout {
    font-size: 14px;
    padding: 13px 5px;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    background: #157afb;
    color: #fff !important;
    border: 1px solid #fff;
    line-height: 16px;
    max-width: 115px;
    width: 100%;
    text-align: center;
}
body.single-product .crt-btn-cont {
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
}

body.single-product a.btn.checkout:hover {
    color: #157afb !important;
    background-color: #fff;
    border-color: #157afb;
}

body.single-product a.btn.view-cart:hover {
    color: #fff !important;
    background-color: #157afb;
}

body.single-product .product_block {
    border-radius: 5px;
}

body.single-product .flex-container .products_block .product_block .title_box {
    color: #333 !important;
    font-size: 16px;
    line-height: 20px;
    min-height: 75px;
    font-weight: 400;
    text-align: left;
    padding: 0px;
		padding-bottom:10px;
}

body.single-product .view-product-btn:hover {
    color: #fff !important;
    background-color: #157afb;
}

body.single-product .view-product-btn {
    border-radius: 5px;
    margin-bottom: 10px;
}

body.single-product .et_pb_wc_cart_notice .continue {
    font-size: 14px;
    padding: 15px 30px;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    background: #157afb;
    color: #fff;
    border: 1px solid #fff;
}

body.single-product .et_pb_wc_cart_notice .continue:hover {
    background-color: #fff;
    color: #157afb;
}

body.single-product .et_pb_wc_cart_notice span.woocommerce-Price-amount.amount {
    font-weight: 500;
}

body.single-product .product-subtotal .span {
    font-size: 24px !important;
}
body.single-product .et_pb_wc_cart_notice .product-subtotal span.woocommerce-Price-amount.amount {
    font-size: 24px;
    font-weight: bold;
}
body.single-product #main-content > div > div > div > div.et_pb_row.et_pb_row_1_tb_body {
    width: 100%;
    max-width: 100%;
}

body.single-product .et_pb_wc_cart_notice .custom-cart-message p {
    font-weight: 500;
}

body.single-product .product_block {
    padding: 10px 10px 5px !important;
    border-radius: 0px;
}

body.single-product .et_pb_wc_cart_notice .product-subtotal {
    margin-bottom: 40px;
}

body.single-product .view-product-btn {
    margin-top: 0px;
}
body.single-product  .woocommerce-notices-wrapper {
    background: #157afb;
    margin: 0 auto 40px;
    max-width: 1080px;
}
@media screen and (min-width: 840px) {
    .continue.dt {
        display: block;
    }
    .continue.mb {
        display:none;
    }
}
@media screen and (max-width: 839px) {
    .continue.dt {
        display: none;
    }
    .continue.mb {
        display: block;
    }
			body.single-product .et_pb_wc_cart_notice .continue.mb {
				margin: auto;
		}
}

@media screen and (min-device-width: 840px) and (max-device-width: 990px) {

    body.single-product .et_pb_wc_cart_notice .woocommerce-message .products_block {
        gap: 10px;
    }
    body.single-product .et_pb_wc_cart_notice .woocommerce-message {
        padding: 25px !important;
    }
    body.single-product .flex-container .products_block .product_block .title_box {
        font-size: 14px;
        min-height: 85px;
    }
    body.single-product .view-product-btn {
        padding-left: 5px;
        padding-right: 5px;
    }
    body.single-product .et_pb_wc_cart_notice .product-subtotal {
        font-size: 20px;
    }
}

@media screen and (max-width: 989px) {
    body.single-product .et_pb_wc_cart_notice .woocommerce-message {
        padding: 25px !important;
        flex-direction: column;
    }

    body.single-product .et_pb_wc_cart_notice .custom-cart-message {
        width: 100%;
        max-width: 524px;
    }

    body.single-product .divider {
        width: 100%;
        height: 1px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    body.single-product .et_pb_wc_cart_notice .woocommerce-message .flex-container {
        width: 100%;
    }

    body.single-product .et_pb_wc_cart_notice .woocommerce-message .products_block {
        display: flex;
			  flex-direction: row;
    }
}

@media screen and (max-width: 600px) {
	body.single-product .et_pb_wc_cart_notice .woocommerce-message {
			padding: 25px 0px !important;
	}

	body.single-product .et_pb_wc_cart_notice .custom-cart-message {
			padding: 25px;
			background-color: #147afb;
	}

	body.single-product .cart-message-wrapper {
			padding: 25px;
			background-color: #fff;
			border-radius: 8px;
			display: flex;
			flex-direction: column;
			align-content: center;
			align-items: center;
	}

	body.single-product .divider {
		 max-width: 90%;
	}

	body.single-product .et_pb_wc_cart_notice .message {
			padding-left: 25px;
			padding-right: 25px;
	}

	.suggestedProd {
			overflow: auto;
			padding-left: 20px;
			margin-bottom: 16px;
	}

	body.single-product .et_pb_wc_cart_notice .woocommerce-message .products_block {
			width: max-content;
			gap: 20px;
	}

	body.single-product .et_pb_wc_cart_notice .woocommerce-message .flex-container .products_block .product_block {
			padding: 10px 15px 20px;
			width: 200px;
	}

	body.single-product .et_pb_wc_cart_notice .custom-cart-message p {
			font-size: 18px;
			text-align: center;
	}

	body.single-product .et_pb_wc_cart_notice .product-media {
			display: flex;
			flex-direction: column;
			align-items: center;
			align-content: center;
	}

	body.single-product .et_pb_wc_cart_notice .product-title {
			text-align: center;
	}

	.product-details {
			display: flex;
			flex-direction: column;
			align-items: center;
	}

	body.single-product .et_pb_wc_cart_notice .product-subtotal {
			font-size: 20px;
			line-height: 22px;
	}

	body.single-product .crt-btn-cont {
			width: 100%;
			align-items: center;
			justify-content: center;
	}

	body.single-product .et_pb_wc_cart_notice .product-subtotal span.woocommerce-Price-amount.amount {
			font-size: 20px;
	}

	body.single-product .et_pb_wc_cart_notice .custom-cart-message p:before {
			height: 18px;
			width: 18px;
			background-size: contain;
	}
    body.single-product .product_block {
            padding:20px !important;
    }
}
/* single product woocom cart notice SAN-CartFlyout-Implementation-Dec2023 */

/* Search Results */

.search-results {}

  .search-results__section {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

    .search-results__row {
      padding-top: 10px !important;
      padding-bottom: 10px !important;
    }

    .search-results__header {}

      .search-results__header .not-found-title {
        margin-top: 30px;
        font-size: 18px;
      }

      .search-results__header .not-found-title + p {}

    .search-results__products {}

    .search-results__products:has(.not-found-title) {
      display: none !important;
    }

    .search-results__posts {
      margin-top: 25px !important;
    }

    .search-results__posts:has(.not-found-title) {
      display: none !important;
    }

    .search-results__popular-products {
      max-width: 81% !important;
      margin: 50px auto 20px !important;
    }

      .search-results__breadcrumbs {}

      .search-results__heading {}

      .search-results__heading--primary {
        margin-bottom: 10px !important;
      }

        .search-results__heading--primary h1 {
          font-weight: 600;
          font-size: 30px;
          color: #384150 !important;
        }

      .search-results__heading--secondary {
        display: flex;
        align-items: center;
        width: 100%;
        height: 60px;
        margin-bottom: 40px;
        padding-left: 20px;
        background-color: #e6f1ff;
        border-radius: 4px;
      }

        .search-results__heading--secondary h2 {
          padding-top: 5px;
          padding-bottom: 0;
          font-size: 30px;
          font-weight: 600;
          color: #384150;
        }

          .search-results__count {
            position: relative;
            top: -1px;
            font-size: 18px;
          }

      .search-results__heading--tertiary {
        margin-bottom: 0 !important;
      }

        .search-results__heading--tertiary .et_pb_text_inner {
          display: flex;
        }

          .search-results__heading--tertiary h3 {
            display: inline-flex;
            flex-direction: column;
            margin: 0 auto;
            font-size: 35px;
            font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
            font-weight: 600;
            text-align: center;
            color: #147afb !important;
          }

          .search-results__heading--tertiary h3::after {
            content: '';
            width: 75%;
            height: 2px;
            margin: 25px auto 0;
            color: #147afb;
            background-color: #147afb;
          }

      .search-results__list {}

      .search-results__list--products {}

        .search-results__list--products .woocommerce {}

          .search-results__list--products .products {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 25px;
          }

          @media (min-width: 1100px) {
            .search-results__list--products .products {
              grid-template-columns: 1fr 1fr 1fr 1fr;
              gap: 60px;
            }
          }

          .search-results__list--products .products::before,
          .search-results__list--products .products::after {
            content: none !important;
          }

            .search-results__list--products.et_pb_shop ul.products.columns-1 li.product,
            .search-results__list--products .product {
              display: flex;
              flex-direction: column;
              justify-content: flex-start;
              flex-grow: 1;
              width: 100% !important;
              max-width: none;
              margin: 0 !important;
              border: 1px solid #d9d9d9;
              border-radius: 4px;
              box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
            }

              .search-results__list--products a {
                display: flex;
                flex-direction: column;
                height: 100%;
                padding: 10px 10px 20px;
              }

              .search-results__list--products a::after {
                content: 'View Product';
                display: block;
                margin-top: auto;
                padding: 10px;
                text-align: center;
                color: #157afb;
                border: 1px solid #157afb;
                border-radius: 5px;
              }

              @media (max-width: 767px) {
                .search-results__list--products a::after {
                  font-size: 12px;
                  line-height: 14px;
                  padding: 5px;
                }
              }

                .search-results__list--products .et_shop_image {}

                  .search-results__list--products img {}

                  .search-results__list--products .et_overlay {
                    display: none;
                  }

                .search-results__list--products h2 {
                  margin-top: 10px !important;
                  margin-bottom: 36px !important;
                  padding: 0 !important;
                  font-size: 15px !important;
                  line-height: 17px;
                  font-family: 'IBM Plex Sans';
                  color: #222223;
                }

                @media (max-width: 767px) {
                  .search-results__list--products h2 {
                    font-size: 12px !important;
                    line-height: 14px;
                    margin-bottom: 14px !important;
                  }
                }

      .search-results__list--posts {}

        .search-results__list--posts .et_pb_ajax_pagination_container {
          display: grid;
          grid-template-columns: 1fr 1fr;
          gap: 25px;
        }

        @media (min-width: 1100px) {
          .search-results__list--posts .et_pb_ajax_pagination_container {
            grid-template-columns: 1fr 1fr 1fr 1fr;
            gap: 60px;
          }
        }

          .search-results__list--posts article {
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            flex-grow: 1;
            width: 100%;
            max-width: none;
            margin: 0 !important;
            padding: 10px 10px 20px;
            border: 1px solid #d9d9d9;
            border-radius: 4px;
            box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
          }

            .search-results__list--posts .entry-featured-image-url {
              width: 100%;
              height: 155px;
              margin-bottom: 0;
            }

              .search-results__list--posts img {
                width: 100%;
                height: 100% !important;
                object-fit: cover;
              }

            .search-results__list--posts h2 {
              margin-top: 10px;
              padding: 0;
              font-size: 15px;
              line-height: 17px;
              font-family: 'IBM Plex Sans';
              color: #222223;
            }

            @media (max-width: 767px) {
              .search-results__list--posts h2 {
                font-size: 12px;
                line-height: 14px;
              }
            }

              .search-results__list--posts h2 a {}

            .search-results__list--posts .post-content {
              margin-top: auto;
            }

              .search-results__list--posts .post-content-inner {}

                .search-results__list--posts p {}

              .search-results__list--posts .more-link {
                display: block;
                margin-top: 36px;
                padding: 10px;
                text-align: center;
                text-transform: capitalize;
                color: #157afb;
                border: 1px solid #157afb;
                border-radius: 5px;
              }

              @media (max-width: 767px) {
                .search-results__list--posts .more-link {
                  font-size: 12px;
                  line-height: 14px;
                  margin-top: 14px;
                  padding: 5px;
                }
              }

      .search-results__list--popular-products {}

        .search-results__list--popular-products .woocommerce {}

          .search-results__list--popular-products .products {
            display: grid;
            grid-template-columns: 1fr;
            justify-content: space-around;
            row-gap: 72px;
            width: 100%;
            margin-top: 30px !important;
          }

          @media (min-width: 640px) {
            .search-results__list--popular-products .products {
              grid-template-columns: 1fr 1fr;
              column-gap: 40px;
            }
          }

          @media (min-width: 1024px) {
            .search-results__list--popular-products .products {
              grid-template-columns: 1fr 1fr 1fr 1fr;
            }
          }

          .search-results__list--popular-products .products::before,
          .search-results__list--popular-products .products::after {
            content: none !important;
          }

            .search-results__list--popular-products.et_pb_shop ul.products.columns-4 li.product,
            .search-results__list--popular-products .product {
              width: 100% !important;
              margin: 0 !important;
            }

              .search-results__list--popular-products a {
                display: flex;
                flex-direction: column;
                align-items: center;
                height: 100%;
              }

              .search-results__list--popular-products a::after {
                content: 'View Category';
                display: block;
                /* width: 140px; */
                margin-top: auto;
                padding: 10px 15px;
                font-size: 15px;
                font-weight: 600;
                text-align: center;
                color: #fff;
                background-color: #147afb;
                border-width: 0;
                border-radius: 5px;
              }

                .search-results__list--popular-products .et_shop_image {}

                  .search-results__list--popular-products img {}

                  .search-results__list--popular-products .et_overlay {
                    display: none;
                  }

                .search-results__list--popular-products h2 {
                  margin-top: 37px !important;
                  margin-bottom: 45px !important;
                  padding-top: 0 !important;
                  padding-bottom: 0 !important;
                  font-size: 25px !important;
                  font-weight: 500;
                  line-height: 1em;
                  text-align: center;
                  color: #384150 !important;
                }

    .search-results__show-more {
      display: flex;
      justify-content: center;
      width: 100%;
      margin-top: 46px;
    }

      .search-results__show-more span {
        padding: 10px 20px;
        color: #157afb;
        border: 1px solid #157afb;
        border-radius: 5px;
        cursor: pointer;
      }

/* Category Redesign */

.product-category__description {}

  .product-category__description .ellipsis {
    display: -webkit-box;
    padding-bottom: 0;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

    .product-category__description .ellipsis ~ p {
      display: none;
    }

  .product-category__description .read-more-btn {
    text-decoration: underline;
  }

.product-category__subcategories {}

  .product-category__subcategories .show-subcategories {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  @media (min-width: 768px) {
    .product-category__subcategories .show-subcategories {
      grid-template-columns: 1fr 1fr;
    }
  }

  @media (min-width: 981px) {
    .product-category__subcategories .show-subcategories {
      grid-template-columns: 1fr 1fr 1fr;
    }
  }

  .product-category__subcategories .show-subcategories::before,
  .product-category__subcategories .show-subcategories::after {
    content: none !important;
  }

    .product-category__subcategories .show-subcategories li {
      width: 100% !important;
      margin: 0 !important;
      padding: 10px;
      background-color: #F4F4F4;
      border-radius: 8px;
    }

    .product-category__subcategories .show-subcategories .show-subcategories-item--no-image-available {
      min-height: 85px;
	  padding-left: 50px;
    }

    @media (min-width: 768px) {
      .product-category__subcategories .show-subcategories .show-subcategories-item--no-image-available {
        min-height: auto;
      }
    }

    @media (max-width: 980px) {
      .tax-product_cat #et-boc .et-l .et_pb_shop ul.products.columns-1 li.product,
      .product-category__subcategories .show-subcategories li {
        width: 100% !important;
        margin: 0 !important;
      }
    }

    .product-category__subcategories .show-subcategories li.hide {
      display: none;
    }

    .product-category__subcategories .show-subcategories li.show-more-btn {
      width: 100% !important;
      margin-right: 0 !important;
      background-color: #FFFFFF;
    }

    @media (min-width: 768px) {
      .product-category__subcategories .show-subcategories li.show-more-btn {
        grid-column: 1 / span 2;
      }
    }

    @media (min-width: 981px) {
      .product-category__subcategories .show-subcategories li.show-more-btn {
        grid-column: 1 / span 3;
      }
    }

      .product-category__subcategories .show-subcategories li.show-more-btn a {
        padding: 15px 28px;
        border: 1px solid #157AFB;
        border-radius: 5px;
        color: #157AFB !important;
        font-size: 14px;
        line-height: 10px;
        text-align: center;
        display: inline-block;
      }

      .product-category__subcategories .show-subcategories li a {
        display: flex;
        align-items: center;
		height: 100%;
      }

        .product-category__subcategories .show-subcategories li .show-subcategories-img {
		  width: 100%;
		  max-width: 65px;
		  margin-right: 20px;
          margin-bottom: 0 !important;
        }

          .product-category__subcategories .show-subcategories li picture {}

            .product-category__subcategories .show-subcategories li img {
              width: 65px;
              height: 65px;
              margin: 0 !important;
            }

        .product-category__subcategories .show-subcategories li a span {
          font-size: 16px !important;
          line-height: 17px !important;
          text-align: left;
          color: #333333;
        }

.product-category__products {
  margin-bottom: 0 !important;
}

  .product-category__products .woocommerce {}

    .product-category__products .products {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 25px;
      margin-bottom: 55px !important;
    }

    @media (min-width: 1100px) {
      .product-category__products .products {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 60px;
      }
    }

      .product-category__products .products::before,
      .product-category__products .products::after {
        content: none !important;
      }

        .et-db #et-boc .et-l .et_pb_module #product-category__products.et_pb_shop ul.products.columns-1 li.product,
        .product-category__products.et_pb_shop ul.products.columns-1 li.product,
        .product-category__products .product {
          display: flex;
          flex-direction: column;
          justify-content: flex-start;
          flex-grow: 1;
          width: 100% !important;
          max-width: none;
          margin: 0 !important;
          border: 1px solid #d9d9d9;
          border-radius: 4px;
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
        }

        @media (max-width: 980px) {
          .et-db #et-boc .et-l .et_pb_module #product-category__helper #product-category__products.et_pb_shop ul.products.columns-1 li.product,
          .product-category__products.et_pb_shop ul.products.columns-1 li.product,
          .product-category__products .product {
            width: unset !important;
            width: 100% !important;
            margin: 0 !important;
          }
        }

          .product-category__products .products a {
            display: flex !important;
            flex-direction: column;
            height: 100%;
            padding: 10px 10px 20px;
          }

          .product-category__products .products a::after {
            content: 'View Product';
            display: block;
            margin-top: auto;
            padding: 10px;
            text-align: center;
            color: #157afb;
            border: 1px solid #157afb;
            border-radius: 5px;
          }

          @media (max-width: 767px) {
            .product-category__products .products a::after {
              font-size: 12px;
              line-height: 14px;
              padding: 5px;
            }
          }

            .product-category__products .et_shop_image {}

              #product-category__products.product-category__products img,
              .product-category__products img {
                border: none !important;
                box-shadow: none !important;
              }

              .product-category__products .et_overlay {
                display: none !important;
              }

            #product-category__products h2 {
              margin-top: 10px !important;
              margin-bottom: 36px !important;
              padding: 0 !important;
              font-size: 15px !important;
              line-height: 17px;
              font-family: 'IBM Plex Sans';
              color: #222223;
            }

            @media (max-width: 767px) {
              #product-category__products h2 {
                font-size: 12px !important;
                line-height: 14px;
                margin-bottom: 14px !important;
              }
            }

/* Related Blog Posts */

.prod-cat-blog-main {
  padding: 50px 0 0
}

.prod-cat-blog-main h2 {
  margin: 0 0 25px;
  text-align: left
}

.prod-cat-blog-main .prod-cat-blog-if {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 23px
}

.prod-cat-blog-main .prod-cat-blog-if .blog-main-sec-pro .prod-blog-img img {
  height: 240px;
  object-fit: cover
}

.prod-cat-blog-main .prod-cat-blog-if .blog-main-sec-pro .prod-blog-title>h3 {
  font-size: 18px
}

.prod-cat-blog-main .prod-cat-blog-if .blog-main-sec-pro .prod-blog-title {
  margin: 8px 0 11.2px;
  font-size: 18px;
  color: #147AFB!important;
  line-height: 1.2em;
  font-weight: 600;
  font-family: 'IBM Plex Sans',Helvetica,Arial,Lucida,sans-serif
}

.prod-cat-blog-main .prod-cat-blog-if .blog-main-sec-pro .prod-blog-content p {
  font-size: 15px;
  text-align: center;
  line-height: 22px;
  color: #565656;
  font-family: 'IBM Plex Sans',Helvetica,Arial,Lucida,sans-serif;
  margin: 0
}

.prod-cat-blog-main .prod-cat-blog-if .blog-main-sec-pro {
  display: flex;
  flex-flow: column
}

.prod-cat-blog-main .prod-cat-blog-if .blog-main-sec-pro .prod-blog-title>h2 {
  margin: 0
}

.prod-cat-blog-main .prod-cat-blog-if .blog-main-sec-pro .prod-blog-title {
  text-align: center
}

.prod-cat-blog-main .prod-cat-blog-if .blog-main-sec-pro a.popular_img {
  display: block
}

.prod-cat-blog-main .prod-cat-blog-if .blog-main-sec-pro a.popular_img img {
  width: 100%
}

@media(max-width: 991px) {
  .prod-cat-blog-main .prod-cat-blog-if {
    grid-template-columns:repeat(2,1fr);
    gap: 20px;
    grid-row-gap: 30px
  }
}

@media(max-width: 711px) {
  .prod-cat-blog-main .prod-cat-blog-if {
    grid-template-columns:repeat(1,1fr)
  }
}

/* Checkout Redesign */

.woocommerce-checkout {}

  /* Header */

  .woocommerce-checkout .et-l--header {}

  /* Main */

  .woocommerce-checkout #et-main-area {}

    .woocommerce-checkout article {}

      .woocommerce-checkout form {}

/* Checkout Redesign Test Styles */

.woocommerce-checkout .details {
  display: flex;
  gap: 35px;
}

.woocommerce-checkout .billing {
  width: 65%;
}

.woocommerce-checkout .summary {
  width: 35%;
  position: relative;
}

.woocommerce-checkout h3#order_review_heading {
  margin-top: 0px !important;
}

.woocommerce-checkout #summaryShippingMessage {
  text-align: center;
  padding: 15px 3px;
}

.woocommerce-checkout #summaryShippingMessage p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 18px;
}

.woocommerce-checkout div#tax_exemption_checkbox_div {
  margin-bottom: 50px;
}

.woocommerce-checkout .form-row.place-order {
  position: relative;
  margin-bottom: 20px !important;
}

.woocommerce-checkout button#place_order {
  position: absolute;
  bottom: -90px;
  right: 0;
}

.woocommerce-checkout .woocommerce-billing-fields h3:before {
  content: "1";
  background-color: #147afb;
  color: #fff;
  padding: 4px 9px;
  border-radius: 50%;
  font-size: 17px;
  margin-right: 10px;
  font-family: sans-serif;
  font-weight: 600;
}

.woocommerce-checkout .woocommerce-billing-fields h3 {
  font-weight: bold;
}

.woocommerce-checkout h3.payment-details {
  background-color: #ebe9eb !important;
  font-weight: bold;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.woocommerce-checkout h3.payment-details:before {
  content: "2";
  background-color: #147afb;
  color: #fff;
  padding: 4px 9px;
  border-radius: 50%;
  font-size: 17px;
  margin-right: 10px;
  font-family: sans-serif;
  font-weight: 600;
}

.woocommerce-checkout li.wc_payment_method.payment_method_stripe>label {
  display: none;
}

.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods {
  padding-top: 0px !important;
}

.woocommerce-checkout div#payment {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.woocommerce-checkout h3#order_review_heading {
  font-weight: bold;
}

.woocommerce-checkout .sticky-col {
  position: sticky;
  top: 100px;
}

.woocommerce-checkout #progress-container {
  width: 100%;
  background-color: #ddd;
  border-radius: 15px;
}

.woocommerce-checkout #progress-bar {
  width: 0;
  height: 11px;
  background-color: #147AFB;
  border-radius: 15px;
}

.woocommerce-checkout .shipping-text span {
  color: #147afb;
  font-weight: bold;
}

.woocommerce-checkout .free-shipping {
  padding: 20px;
  background-color: #f6f6f6;
  border-radius: 5px;
}

.woocommerce-checkout .prog-cont {
  margin: 10px;
}

.woocommerce-checkout .free-shipping {
  text-align: center;
}

.woocommerce-checkout .shipping-text {
  color: #333333;
  font-size: 16px;
}

.woocommerce-checkout .free-shipping a {
  text-decoration: underline;
  color: #666666;
}

.woocommerce-checkout .contact-row {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 10px;
}

.woocommerce-checkout .contact-col.right h4 {
  margin-bottom: 0px;
  padding-bottom: 0px;
  color: #147afb;
  font-weight: bold;
}

.woocommerce-checkout .contact-col.right a {
  text-decoration: underline;
  color: #666;
}

.woocommerce-checkout .contact {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  padding-bottom: 30px;
}

.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table {
  margin-bottom: 15px !important;
}

.woocommerce-checkout div#woocommerce-cart-notice-free-shipping {
  display: none;
}

.woocommerce-checkout #main-content .et_builder_inner_content>.et_pb_section.et_pb_section_0.et_section_regular {
  padding-top: 0;
}

@media only screen and (max-width: 1033px) {
  .woocommerce-checkout .details {
    display: flex;
    flex-direction: column;
  }

  .woocommerce-checkout .billing {
    width: 100%;
  }

  .woocommerce-checkout .summary {
    width: 100%;
  }
}

@media only screen and (min-width: 1033px) {
  .woocommerce-checkout .mobile-os {
    display: none;
  }
}

@media only screen and (max-width: 1032px) {
  .woocommerce-checkout .mobile-os {
    display: block;
  }
}

.woocommerce-checkout .mobile-os h3#order_review_heading:after {
  font-family: ETmodules;
  content: "3";
  font-size: 35px;
  position: absolute;
  right: 20px;
  top: 13px;
  font-weight: 800;
}

.woocommerce-checkout .mobile-os h3#order_review_heading {
  position: relative;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

/** mobile os **/
.woocommerce-checkout .mobile-os.closed table thead {
  display: none;
}

.woocommerce-checkout .mobile-os.closed table tbody {
  display: none;
}

.woocommerce-checkout #mobile-os table.shop_table.woocommerce-checkout-review-order-table {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.woocommerce-checkout .mobile-os.closed table tfoot>tr.cart-subtotal,
.woocommerce-checkout .mobile-os.closed table tfoot>tr.shipping,
.woocommerce-checkout .mobile-os.closed table tfoot>tr.tax-rate {
  display: none;
}

.woocommerce-checkout .mobile-os.open table thead {
  display: table-header-group;
}

.woocommerce-checkout .mobile-os.open table tbody {
  display: table-row-group;
}

.woocommerce-checkout .mobile-os.open table tfoot>tr.cart-subtotal,
.woocommerce-checkout .mobile-os.open table tfoot>tr.shipping,
.woocommerce-checkout .mobile-os.open table tfoot>tr.tax-rate {
  display: row;
}

.woocommerce-checkout #mobile-os tfoot td {
  text-align: right;
}

.woocommerce-checkout #mobile-os td.product-total {
  text-align: right;
}

.woocommerce-checkout .detailsOS {
  margin-bottom: 30px;
}

.woocommerce-checkout #et-main-area button {
  padding: 10px 40px !important;
}

.woocommerce-checkout .mobile-os.open h3:after {
  rotate: 180deg;
  transition: rotate .8s ease-in-out;
}

.woocommerce-checkout .mobile-os h3#order_review_heading:after {
  transition: rotate .8s ease-in-out;

}

/* header */
.woocommerce-checkout header .et_pb_row .et_pb_column_empty {
  display: none;
}

.woocommerce-checkout header .et_pb_row.et_pb_equal_columns>.et_pb_column {
  order: 0;
  margin-right: 0;
}

.woocommerce-checkout header .et_pb_row {
  justify-content: space-between;
}

.woocommerce-checkout header .et_pb_row:after {
  display: none;
}

.woocommerce-checkout header .et_pb_row > div {
  flex-basis: 33.33%;
}

.woocommerce-checkout header #headerCartCount {
  font-size: 26px;
  color: #333333;
  text-align: center;
}

.woocommerce-checkout header #headerSecure {
  text-align: right;
}

.woocommerce-checkout header .et_pb_row .et_pb_image .et_pb_image_wrap {
  width: 203px;
  max-width: 100%;
}

/* are you sure */
.woocommerce-checkout header .et_pb_row .et_pb_image {
  position: relative;
}

.woocommerce-checkout #areYouSureWrapper {
  display: none;
  position: absolute;
  top: 100%;
  background: #ffffff;
  border: 1px solid #979797;
  width: 385px;
  max-width: calc(100vw - 40px);
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15);
  margin-top: 8px;
  left: -80px;
}

.woocommerce-checkout #areYouSureWrapper.shown {
  display: block;
}

.woocommerce-checkout #areYouSureInner {
  padding: 15px;
}

.woocommerce-checkout #areYouSureButtons {
  display: flex;
  font-size: 14px;
  gap: 10px;
  justify-content: space-between;
}

.woocommerce-checkout #areYouSureWrapper p {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 18px;
}

.woocommerce-checkout #areYouSureButtons a {
  padding: 6px 10px;
  line-height: 18px;
  border-radius: 8px;
  flex-basis: 50%;
  text-align: center;
}

.woocommerce-checkout #areYouSureButtons a.sure-secondary-cta {
  border: 1px solid #979797;
  color: #333333;
}

.woocommerce-checkout #areYouSureButtons a.sure-primary-cta {
  background-color: #046FF6;
  color: #ffffff;
}

.woocommerce-checkout #areYouSureWrapper:before {
  content: '';
  background-color: #ffffff;
  width: 14px;
  height: 14px;
  display: block;
  border-left: 1px solid #979797;
  border-top: 1px solid #979797;
  rotate: 45deg;
  position: absolute;
  left: 0;
  right: 0;
  top: -8px;
  margin: auto;
}

.woocommerce-checkout header.et-l--header .et_pb_section {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f3f3f3));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0);
}

/* shipping in order summary */
.woocommerce-checkout .woocommerce table.shop_table tfoot .woocommerce-shipping-totals th {
  display: none;
}

.woocommerce-checkout .woocommerce tfoot .woocommerce-shipping-totals ul#shipping_method .amount {
  float: right;
  font-weight: normal;
}

@media only screen and (max-width: 1440px) {
  .woocommerce-checkout #areYouSureWrapper {
    left: 0;
  }

  .woocommerce-checkout #areYouSureWrapper:before {
    left: 20px;
    right: auto;
  }
}

@media only screen and (max-width: 980px) {
  .woocommerce-checkout #areYouSureButtons {
    flex-wrap: wrap;
    gap: 5px;
    max-width: 172px;
    margin: 0 auto;
  }

  .woocommerce-checkout #areYouSureButtons a {
    flex-basis: 100%;
  }

  .woocommerce-checkout #areYouSureWrapper p {
    text-align: center;
  }

  .woocommerce-checkout #areYouSureWrapper:before {
    left: 0;
    right: 0;
  }

  .woocommerce-checkout #areYouSureWrapper {
    position: fixed;
    left: 20px;
    right: 20px;
    top: 55px;
    width: auto;
  }

  .woocommerce-checkout header #headerCartCount,
  .woocommerce-checkout header #headerSecure {
    display: none;
  }

  .woocommerce-checkout header .et_pb_row:after {
    display: block;
  }

  .woocommerce-checkout header .et_pb_row {
    width: 100%;
  }


  .woocommerce-checkout header .et_pb_row .et_pb_image {
    width: 201px;
    max-width: 100%;
    margin: 0 auto;
  }

  .woocommerce-checkout header .et_pb_row.et_pb_equal_columns>.et_pb_column {
    margin: 0;
  }
}

