/*!
Theme Name: PetStore Kenya
Theme URI: https://petstore.co.ke/
Author: Teddy Waweru
Author URI:  https://petstore.co.ke/
Description: Petstore Website Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: petstore
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

*/

/*===========================
    1. Theme default css
===========================*/

@import url("https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap");
body {
  margin: 0 auto;
  padding: 0;
}
.elementor-section {
  max-width: 100%;
}
.rtoprow {
  position: fixed;
  z-index: 30;
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
p,
a,
ul,
li,
td {
  font-family: "Montserrat";
}

@media only screen and (max-width: 767.9px) {
  .content-area .woocommerce-ordering {
    display: none;
  }
}

p.woocommerce-store-notice {
  background: transparent;
  top: -10px;
  box-shadow: none;
  color: #607d8b;
  font-weight: bold;
  font-family: "Montserrat";
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: fixed !important;
}
.woocommerce-store-notice__dismiss-link {
  display: none;
}
.toprow {
  height: 49px;
  background-position: bottom;
  font-weight: bold;
  padding-top: 6px;
  letter-spacing: 3px;
}
.mnurow {
  position: relative;
  background: #1e5da7;
  padding: 10px 20px 10px 0px;
  width: 100%;
  top: 0;
  z-index: 20;
  text-align: -webkit-center;
  align-items: center;
}

main {
  padding-top: 0;
}

p {
  font-family: "Montserrat";
  color: #000;
  line-height: 26px;
  font-size: 14px;
  /*text-align: justify;*/
}
#search label {
  width: 100%;
}
.righticons img {
  width: 27px;
  height: 27px;
  object-fit: contain;
  margin-right: 10px;
}
.righticons a {
  text-decoration: none;
}
.righticons img:hover {
  -webkit-transform-origin: 50% 0;
  /* for Safari and older Chrome */
  transform-origin: 50% 0;
  -webkit-animation: swinging 2s ease-in-out forwards infinite;
  animation: swinging 2s ease-in-out forwards infinite;
}

@keyframes swinging {
  0% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}


@media only screen and (max-width: 768px) {
  .righticons img {
    width: 25px !important;
    height: 25px !important;
    object-fit: contain;
    margin-right: 0px !important;
    /* margin-left: 15px !important; */
    max-width: unset;
  }

  .righticons a {
    color: #fff;
    font-size: 30px !important;
  }

}



#search {
  margin-top: 10px;
}
.search-submit {
  font-size: 13px;
  background: black;
  border: none;
  color: #fff;
  padding: 4px 10px;
  border-radius: 5px;
  display: inline;
  position: absolute;
  top: 10px;
  right: -10px;
  height: 39px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  text-transform: uppercase;
}
.search-submit:hover {
  background: #3c3c3c;
}
.search-field {
  border: none;
  border-radius: 5px;
  padding: 10px;
  font-size: 13px;
  width: 100%;
  margin: 0px;
  display: inline-block;
}
.ctaicons h3 {
  color: #222;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 0px;
}
.ctaicons p {
  font-size: 13px;
}
.ctaicons .elementor-container {
  padding: 10px 5px;
}
.titlehead h1,
.page-title,
.product_title,
.innerh3 h3,
h2.entry-title,
.filter-heading {
  display: block;
  font-size: 22px;
  font-weight: 600;
  padding: 0px;
  padding-bottom: 5px !important;
  padding-right: 30px !important;
  margin-right: 20px !important;
  text-transform: uppercase;
  line-height: 30px !important;
  border-bottom: 2px solid #eee;
  color: #1e5da7 !important;
  position: relative;
}
.titlehead h1:after,
.page-title:after,
.product_title:after,
.innerh3 h3:after,
h2.entry-title:after {
  position: absolute;
  content: "";
  width: 70px;
  height: 2px;
  background-color: #1e5da7;
  bottom: -2px;
  left: 0;
}
.woocommerce-products-header .page-title {
  margin-bottom: 15px;
}
.wpfFilterWrapper[data-filter-type] {
  padding-top: 0px;
  margin-top: 0px;
}
.titlesubhead h2 {
  display: block;
  font-size: 22px;
  font-weight: 600;
  padding: 0px;
  padding-bottom: 5px !important;
  padding-right: 30px !important;
  margin-right: 20px !important;
  text-transform: uppercase;
  line-height: 30px !important;
  border-bottom: 2px solid #bfc1c3;
  color: #000 !important;
  text-align: center;
  margin: 0 auto !important;
  width: 300px;
  position: relative;
  letter-spacing: 2px;
}
.titlesubhead h2:after {
  position: absolute;
  content: "";
  width: 140px;
  height: 2px;
  background-color: #1e5da7;
  bottom: -2px;
  left: 0;
}
.brandbox img {
  padding: 15px;
  border-radius: 50% !important;
  box-shadow: 1px 1px 4px 4px #f3f3f3 !important;
  transition: all 0.3s;
  transform: scale(1);
  width: 120px !important;
  height: 120px !important;
  object-fit: contain;
}
.brandbox img:hover {
  transform: scale(1.2);
}
.brandboxhead h3 {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.brandboxhead h3:hover {
  color: #1e5da7 !important;
}
.eael-woo-product-carousel-container.preset-1 .product-details-wrap {
  display: block;
}
.eael-woo-product-carousel-container.preset-1
  .product-details-wrap
  .product-details {
  width: 100%;
}
.eael-product-title h4 {
  font-size: 14px !important;
  color: #222;
  font-weight: 500;
  text-transform: capitalize;
  text-align: center;
}
.eael-woo-product-carousel-container
  .woocommerce
  ul.products
  .product
  .star-rating {
  margin: 5px auto;
}
.eael-product-price {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  text-align: center !important;
  width: 100% !important;
}
.product-details-wrap {
  background: white;
}
.eael-woo-product-carousel-container.preset-1
  .product-details-wrap
  .eael-product-price {
  color: #eee !important;
}
.eael-product-price .amount bdi {
  color: #f44;
}

ins .amount bdi {
  color: #f44 !important;
}
del .amount bdi {
  color: #807e7e !important;
}
.eael-woo-product-carousel-container .icons-wrap.box-style li a {
  color: #ff9a05 !important;
}
.eael-woo-product-carousel-container .icons-wrap.box-style li a:hover {
  background-color: #ff9a05 !important;
  color: #fff !important;
}
.eael-woo-product-carousel-container .swiper-container .swiper-button-next,
.eael-woo-product-carousel-container .swiper-container .swiper-button-prev,
.eael-woo-product-carousel-container.swiper-container-wrap .swiper-button-next,
.eael-woo-product-carousel-container.swiper-container-wrap .swiper-button-prev {
  border-radius: 50% !important;
  background-color: #ffc226 !important;
}
.prdcar .swiper-container {
  border: solid 1px #eee;
  border-radius: 5px;
  padding: 10px !important;
}
.prdcar .swiper-button-prev {
  left: -20px !important;
  color: #fff !important;
}
.prdcar .swiper-button-next {
  right: -20px !important;
  color: #fff !important;
}
.eael-product-carousel .swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: black;
}
.eael-woo-product-carousel-container.preset-1
  .eael-product-carousel
  .eael-onsale,
.eael-woo-product-carousel-container .icons-wrap.box-style li a:hover {
  background-color: #1e5da7 !important;
  color: #fff !important;
}
.dgborder {
  width: 100%;
}
footer h3 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  color: #222;
  margin-bottom: 10px;
  margin-top: 20px;
}
footer {
  background: #f3f3f3;
  /* margin-top: -38px; */
  /* padding-top: 40px; */
}
.cntlist,
.pawlist,
.ftwidget .menu,
.innerh3 ul {
  padding-left: 0px;
}
.cntlist li,
.pawlist li,
.ftwidget .menu li,
.innerh3 li {
  font-size: 13px;
  list-style-type: none;
  line-height: 40px;
}
.cntlist li .fa {
  font-size: 16px;
  color: #1e5da7;
  margin-right: 15px;
}
.pawlist li,
.ftwidget .menu li,
.innerh3 li {
  padding-left: 20px;
  position: relative;
}
.pawlist li a,
.ftwidget .menu li a,
.innerh3 li a {
  color: #7d7c7c;
}
.pawlist li a:hover,
.ftwidget .menu li a:hover,
.innerh3 li a:hover {
  color: #000;
}
.pawlist li::before,
.ftwidget .menu li::before,
#menu-sidebar li::before {
  content: "\f1b0";
  position: absolute;
  top: 0px;
  left: 0px;
  font-family: "FontAwesome";
  color: #1e5da7;
  font-size: 16px;
}
.innerh3 .product::before {
  content: "";
}
.psearch {
  font-size: 13px;
}
.txtsearch {
  border: solid 1px #e5e5e5;
  padding: 0px 20px 0px 10px;
  height: 35px;
  line-height: 46px;
  color: #666;
  font-size: 14px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  width: 100%;
}
.btnsearch {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 35px;
  line-height: 45px;
  padding: 0px 25px;
  text-transform: uppercase;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  background: #1e5da7;
  border: none;
}
.sbscribe {
  position: relative;
}
.endfooter {
  background: #1e5da7;
  padding: 10px;
}
.endfooter p {
  margin: 0px;
  color: white;
  font-size: 14px;
  margin-top: 7px;
  text-align: center;
}
.endfooter a {
  color: #ffeb3b;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
}
.pymnts {
  background-image: url(images/card-icons.png);
  min-height: 34px;
  background-repeat: no-repeat;
  background-position: right;
  background-size: 250px;
}
.social-icon fa {
  padding: 0px;
  height: 40px;
  width: 40px;
  float: left;
  background-color: #fff;
  margin-right: 12px;
  margin-top: 12px;
  text-align: center;
}
.social-icon li {
  padding: 0px;
  height: 40px;
  width: 40px;
    /*background-color: #fff;*/
  margin-right: 12px;
  margin-top: 12px;
  text-align: center;
  position: relative;
  list-style-type: none;
  display: inline;
}
.social-icon {
  padding-left: 0px;
}
.social-icon > li > a {
  transition: all 0.5s;
  font-size: 18px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: #fff;
  border-radius: 0px;
  display: inline-block;
  border: 1px solid #e5e5e5;
  color: #666;
  transition: transform 0.5s ease;
}
.social-icon > li > a:hover {
  transform: rotate(360deg);
}
.social-icon > li > a > i {
  color: #1e5da7;
}
.eael-entry-title {
  text-align: justify;
  font-size: 16px !important;
  color: #737272 !important;
  font-weight: 500 !important;
}
.eael-entry-footer {
  padding: 0px !important;
}
.eael-entry-meta {
  padding: 0px !important;
}
.eael-entry-wrapper {
  padding-top: 0px;
}
span.eael-posted-on {
  font-size: 12px;
  color: #afafaf;
  text-transform: uppercase;
  padding-left: 20px;
  margin-top: 3px;
  position: relative;
}
span.eael-posted-on::before {
  content: "\f133";
  position: absolute;
  top: 0px;
  left: 3px;
  font-family: "FontAwesome";
  color: #ccc;
  font-size: 12px;
}
nav.woocommerce-breadcrumb {
  background: #eee;
  padding: 10px !important;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.add_to_cart_button,
li.outofstock a.button {
  vertical-align: middle;
  /* float: left; */
  border: none !important;
  border-radius: 0px !important;
  background-color: #1e5da7 !important;
  text-transform: capitalize;
  border-radius: 25px !important;
/*   padding: 12px 10px; */
  position: relative !important;
  color: #fff !important;
  display: inline-block;
  float: none !important;
  font-size: 12px !important;
}
.woocommerce div.product form.cart .button {
  vertical-align: middle;
  float: left;
  border: none !important;
  border-radius: 0px !important;
  background-color: #1e5da7 !important;
  text-transform: uppercase;
  border-radius: 25px !important;
  padding-left: 36px !important;
  padding-top: 11px !important;
  padding-bottom: 12px !important;
  position: relative !important;
  color: #fff !important;
}

.woocommerce div.product form.cart .button::before,
.add_to_cart_button::before {
  content: "\f07a";
  font-family: "FontAwesome";
  color: #fff;
  font-size: 14px;
  font-weight: normal;
	display:none
}
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.price {
  color: #f44;
}
.woocommerce div.product div.images img {
  display: block;
  width: 400px !important;
  height: 400px !important;
  box-shadow: none;
  object-fit: contain !important;
}
#tab-description h2 {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid #1e5da7;
  background-color: #1e5da7;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #fff;
  font-weight: normal;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: #fff !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  border-radius: 0px;
  border-width: 0px;
  box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border: 1px solid #1e5da7;
}
.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0 0 2em;
  padding: 0;
  font-size: 14px !important;
  line-height: 30px;
}

.woocommerce div.product form.cart div.quantity {
  float: left;
  margin: 3px 4px 0 0;
  border-radius: 0px !important;
}
.woocommerce .quantity .qty {
  width: 3.631em;
  text-align: center;
  border-radius: 0px;
  border: solid 1px #ccc;
  padding: 3px;
}
.woocommerce div.product form.cart .button:hover {
  background: #636362;
}
.up-sells h2,
.related h2,
.cross-sells h2,
.cart_totals h2 {
  margin-bottom: 30px !important;
  letter-spacing: 0px;
  font-weight: 700;
  color: #1e5da7 !important;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  border-bottom: solid 1px #1e5da7;
  padding-bottom: 10px;
}
/* h2.woocommerce-loop-product__title { */
/*   color: #000 !important; */
/*   letter-spacing: 0px !important; */
/*   font-size: 12.5px !important; */
/*   font-weight: normal; */
/*   border: none; */
/*   margin-bottom: 0px !important; */
/*   text-align: center; */
/*   margin-bottom: 10px !important; */
/*   line-height: 21px; */
/*   text-transform: uppercase; */
/* } */
.woocommerce .products .star-rating {
  margin: 0 auto;
}
.woocommerce ul.products li.product .price {
  color: #f44;
  display: block;
  font-weight: 600;
  margin-bottom: 0 !important;
  font-size: 0.857em;
  text-align: center !important;
  margin-top: 0 !important;
}
li.product {
  text-align: center;
}
.woocommerce .product span.onsale {
  padding: 5px;
}
.coupon button[type="submit"],
.actions button[type="submit"],
.wc-proceed-to-checkout a {
  border: none !important;
  background-color: #1e5da7 !important;
  text-transform: uppercase;
  border-radius: 25px !important;
  padding-top: 11px !important;
  padding-bottom: 12px !important;
  position: relative !important;
  color: #fff !important;
  display: inline-block !important;
  float: none !important;
}
.cross-sells img {
  width: 150px !important;
  height: 150px !important;
  margin: 0 auto !important;
}
#coupon_code {
  width: 300px !important;
  padding: 10px;
  font-size: 13px;
  border-radius: 30px;
}
#customer_details {
  float: left;
  width: 45%;
}
#order_review {
  float: right;
  width: 45%;
}
#customer_details .col-1,
#customer_details .col-2 {
  width: 100%;
}
body.woocommerce-checkout .woocommerce,
body.woocommerce-account .woocommerce {
  width: 100%;
  margin: 0 auto;
}
body.woocommerce-account .woocommerce {
  margin: 30px auto;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea, .woocommerce form .form-row select {
  width: 100%;
  line-height: normal;
  border-radius: 5px;
  border: solid 1px #1e5da7;
  padding: 10px 5px;
  font-size: 15px !important;
}
.woocommerce-billing-fields label {
  font-size: 14px;
  margin-bottom: 0px;
}
#ship-to-different-address {
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 20px !important;
  display: block;
}
#place_order {
  background: #1e5da7;
  border-radius: 20px;
  text-transform: uppercase;
  font-size: 1.25em;
}
#place_order:hover {
  background: #2f2f2f;
}
.woocommerce-billing-fields h3,
#order_review_heading {
  margin-bottom: 30px !important;
  letter-spacing: 0px;
  font-weight: 700;
  color: #1e5da7 !important;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  border-bottom: solid 1px #1e5da7;
  padding-bottom: 10px;
}
#billing_address_2_field {
  margin-top: 15px;
}

/* .woocommerce-page form .form-row-last { */
/*   float: left; */
/*   width: 30%; */
/* } */

/* .woocommerce form .form-row-first { */
/*   float: left; */
/* } */
.woocommerce-page form .form-row-last button[type="submit"] {
  border: none !important;
  background-color: #1e5da7 !important;
  text-transform: uppercase;
  border-radius: 25px !important;
  padding-top: 11px !important;
  padding-bottom: 12px !important;
  position: relative !important;
  color: #fff !important;
  display: inline-block !important;
  float: none !important;
}

/**
 * My Account
 */

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 20%;
}

.woocommerce-account .woocommerce-MyAccount-content {
  /* display: inline-block; */
  float: left;
  margin-left: 5%;
  width: 75%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  padding: 0;
  border-top: 1px solid #eee;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  list-style: none;
  border-bottom: 1px solid #eee;
  padding-bottom: 0;
}

.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li.is-active
  a:before {
  opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  padding: 10px 25px;
  display: block;
  background: #1e5da7;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
  margin-right: 20px;
  opacity: 0.25;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover:before {
  opacity: 1;
}

.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--dashboard
  a:before {
  font-family: "FontAwesome";
  content: "\f0e4";
}

.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--orders
  a:before {
  font-family: "FontAwesome";
  content: "\f291";
}

.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--downloads
  a:before {
  font-family: "FontAwesome";
  content: "\f1c6";
}

.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--edit-address
  a:before {
  font-family: "FontAwesome";
  content: "\f015";
}

.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--payment-methods
  a:before {
  font-family: "FontAwesome";
  content: "\f09d";
}

.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--edit-account
  a:before {
  font-family: "FontAwesome";
  content: "\f007";
}

.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--customer-logout
  a:before {
  font-family: "FontAwesome";
  content: "\f08b";
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
  font-size: 25px;
  text-align: center;
  font-weight: 600;
}

.woocommerce-account p.order-again {
  text-align: right;
}

.woocommerce-account .woocommerce-EditAccountForm input[type="submit"] {
  margin-top: 50px;
  float: right;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
  opacity: 1;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  background: #5f5f5f;
}
body.woocommerce-account .woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  width: 100%;
}
body.woocommerce-account span.woocommerce-input-wrapper {
  width: 57%;
}
body.woocommerce-account
  #billing_first_name_field
  span.woocommerce-input-wrapper,
body.woocommerce-account
  #billing_last_name_field
  span.woocommerce-input-wrapper {
  width: 90%;
}
body.woocommerce-account
  #shipping_first_name_field_first_name_field
  span.woocommerce-input-wrapper,
body.woocommerce-account
  #shipping_first_name_field_last_name_field
  span.woocommerce-input-wrapper {
  width: 90%;
}

.plwao-loader-wrap {
  z-index: 99999999999999999999 !important;
}
.ftwidget .widget-container {
  list-style-type: none;
}
.wcpscwc-product-slider button.slick-prev {
  left: -50px !important;
}
.wcpscwc-product-slider button.slick-next {
  right: -50px !important;
}
.wcpscwc-product-slider ul.products .in_stock_color {
  display: none;
  color: #77a464;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0px;
  background: #e7fbe7;
  border-radius: 20px;
  padding: 3px 20px;
  border: dashed 1px #cbe0b2 !important;
}
.wcpscwc-product-slider ul.products .out_of_stock_color {
  display: none;
  color: #ff0000;
  text-align: center;
  width: 100%;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 0px;
}
.featuredsldr h2 {
  font-size: 14px !important;
}

.featuredsldr img {
  width: 150px !important;
}
.imgads img {
  border-radius: 5px !important;
}
.wfpDescription {
  text-transform: uppercase;
  font-weight: bold;
  color: #1e5da7;
  font-size: 20px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 10px;
  font-family: "Montserrat";
}
.wpfFilterVerScroll li {
  font-size: 12px;
  font-family: "Montserrat";
  margin-bottom: 10px;
  text-transform: uppercase;
}
.wpfFilterButtons button {
  /* vertical-align: middle; */
  border: none !important;
  background-color: #1e5da7 !important;
  text-transform: uppercase;
  border-radius: 25px !important;
  padding-left: 0px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  position: relative !important;
  color: #fff !important;
  display: block !important;
  float: none !important;
  width: 75%;
  font-weight: bold;
  letter-spacing: 2px;
}
.woocommerce .woocommerce-ordering select {
  vertical-align: top;
  border-radius: 0px;
  padding: 3px;
  font-size: 11px;
  font-family: "Montserrat";
  text-transform: uppercase;
}
.woocommerce-result-count {
  font-family: "Montserrat";
  font-size: 12px;
}
p.cart-empty.woocommerce-info,
p.return-to-shop {
  width: 1170px;
  margin: 12px auto;
}
/* .pum-content * { */
/*   font-family: "Open Sans"; */
/* } */
.aws-container .aws-search-field {
  border: none;
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
  padding: 6px 10px !important;
  font-family: "Montserrat";
  font-size: 13px;
}
.aws-search-form {
  border-radius: 10px;
  height: 35px !important;
}
.aws-container .aws-search-form .aws-form-btn {
  background: black;
  border: none;
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}
.aws-container .aws-search-form .aws-search-btn_icon {
  color: #fff;
}
h1.ptttl {
  background: url(https://theme.bitrixinfotech.com/pet-shop/demo1/assets/images/background.jpg);
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  color: #1e5da7;
  font-weight: 600;
  border-bottom: solid 4px #ffe7c5;
  font-weight: 600;
  border-bottom: solid 4px #ffe7c5;
  padding: 25px 0px 10px 0px;
  font-family: "Patrick Hand", cursive;
  letter-spacing: 2px;
}
.ptttl .fa:nth-child(1) {
  transform: rotate(45deg);
  font-size: 20px;
  color: #f7c276;
}
.ptttl .fa:nth-child(2) {
  transform: rotate(-45deg);
  font-size: 20px;
  color: #f7c276;
}
.woocommerce .woocommerce-breadcrumb {
  margin-top: 15px;
}
.entry-content h3,
h3.widget-title,
footer h3 {
  color: #1e5da7;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
#menu-sidebar {
  list-style-type: none;
  padding-left: 0px;
}
#menu-sidebar li {
  list-style-type: none;
  border-bottom: dashed 1px #1e5da7;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
  transition: all 0.5s ease;
}
#menu-sidebar li:hover {
  padding-left: 35px;
}
#menu-sidebar li a {
  color: black;
  font-size: 13px;
  text-transform: uppercase;
}
.entry-content img {
  max-width: 100%;
}
.term-description h1,
.innerh3 h1 {
  font-size: 16px;
  line-height: 25px;
}
.term-description h3 {
  font-size: 14px;
  line-height: 23px;
}

li.widget_nav_menu {
  list-style-type: none;
}
.cntnjform nf-field:nth-child(1),
.cntnjform nf-field:nth-child(2),
.cntnjform nf-field:nth-child(3),
.cntnjform nf-field:nth-child(4) {
  float: left;
  width: 45%;
  margin-right: 7px;
}
.cntnjform textarea {
  height: 80px !important;
}

.cntnjform .listradio-container li {
  display: inline !important;
  float: left;
  width: 33%;
  font-size: 14px;
}
li#wpmenucartli {
  list-style: none;
  /* background: white; */
  color: #fff;
  font-size: 14px;
  border-radius: 20px;
  padding: 5px 10px;
  display: inline-block;
}
#menu-header-cart {
  padding: 0px;
  margin-bottom: unset;
}
ul#menu-header-cart a {
  /* color: #1e5da7; */
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: middle;
}
.wpmenucart-icon-shopping-cart-0 {
  font-size: 30px;
}
.tpcart .widget_nav_menu {
  display: inline-block;
  /* margin-top: 9px; */
  padding: 0px;
}
.woocommerce-message .button {
  font-weight: 800 !important;
}

.woocommerce .cart .button {
  display: none !important;
}
.pgbrandsimg img {
  width: 20%;
  height: 250px;
  margin: 20px;
  object-fit: contain;
  border: solid 1px #e1efff;
  padding: 20px;
}
.pgfaqlist li {
  color: black;
  font-size: 14px;
  line-height: 34px;
}
.wpfFilterButton {
  min-height: 35px !important;
  width: 60% !important;
}
.woocommerce .product span.onsale {
  z-index: 1 !important;
}
.righticons {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cart-notification {
  display: flex;
  position: relative;
}
.cartcontents {
  position: relative;
  bottom: 16px;
  right: 19px;
  color: #1e5da7;
  background-color: white;
  width: 19px;
  border-radius: 10px;
  font-size: 12px;
  border: 1px solid;
  text-align: center;
}
/* .cart-text { */
/*   position: relative; */
/*   right: 20px; */
/*   align-self: center; */
/* } */
@media only screen and (max-width: 768px) {
  .pgbrandsimg img {
    width: 100%;
  }
  .woocommerce-MyAccount-navigation {
    width: 100% !important;
  }
  p.woocommerce-store-notice {
    top: -4px;
    line-height: unset;
    font-size: 10px;
  }
  li.wpmenucartli a.wpmenucart-contents span.amount {
    display: none !important;
  }
  li#wpmenucartli {
    background: transparent;
    padding: 0;
  }
  ul#menu-header-cart a {
    color: #fff;
    padding-left: unset;
    padding-right: unset;
  }
  .wpmenucart-icon-shopping-cart-0 {
    font-size: 28px;
    margin-left: 10px;
  }
  .wpmenucart-contents .cartcontents {
    position: absolute;
    font-size: 10px;
    right: -7px;
    bottom: 20px;
    color: #1e5da7;
  }

  .righticons {
    /* text-align:right !important; */
    margin-top: 0px;
    width: 100%;
  }

  .tpcart .widget_nav_menu {
    margin-top: -4px;
  }
  #menu-header-cart {
    height: 40px;
  }
  .rtoprow {
    top: 0px;
    width: 100vw;
  }
  #responsive-menu-pro-header,
  button#responsive-menu-pro-button {
    margin-top: 0px !important;
    width: fit-content !important;
    text-align: left;
  }
  #responsive-menu-pro-container {
    margin-top: 101px;
    width: 65vw !important;
  }
  .wcpscwc-product-slider button.slick-next {
    right: 0px !important;
  }
  .wcpscwc-product-slider button.slick-prev {
    left: 0px !important;
  }
  .ctaicons .elementor-image-box-description {
    text-align: center;
  }
  .ftwidget {
    padding-left: 15px !important;
  }
  .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button {
    /* padding: 0px 10px; */
    font-size: 12px !important;
  }
  #coupon_code {
    width: 50% !important;
    padding: 4px 10px;
  }
  .cross-sells {
    display: none;
  }
  body.woocommerce-checkout .woocommerce,
  body.woocommerce-account .woocommerce,
  #customer_details,
  #order_review,
  p.cart-empty.woocommerce-info,
  p.return-to-shop {
    width: 100%;
    float: none;
  }
  #place_order {
    background: #1e5da7;
    padding: 20px;
    font-size: 20px !important;
  }
  footer {
    /* margin-top: -11px; */
    /* padding-top: 41px; */
  }
  .aws-container .aws-search-form {
    height: 35px;
  }
  /* .aws-container {
    margin-top: 10px;
    margin-left: 20px;
  } */

  /* .quick-menu, */
  /* .wpfMainWrapper { */
  /*   display: none; */
  /* } */
  .wpfMainWrapper {
    background: #eee;
    padding-top: 10px !important;
  }
  .wpfMainWrapperbtn {
    width: 100%;
    display: block;
    border-radius: 20px;
    background: #1e5da7;
    border: none;
    margin-top: -13px;
    color: #fff;
    padding: 5px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    background-color: #ccc;
    outline: none;
  }
}
@media only screen and (max-width: 768px) {
  body #message-purchased.wn-extended {
    z-index: 10000000000 !important;
  }
}

/* Customize before look for notify me */
.stock {
  display: none;
}
.notify-me::before {
  content: "\f0f3" !important;
  /* position: absolute; */
  /* top: 13px; */
  left: 15px;
  font-family: "FontAwesome";
  color: #fff;
  font-size: 13px;
  font-weight: normal;
}

.xcp-btn {
  background-color: #000000;
  color: #ffffff !important;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #000000;
}

/* From Customize */

.woocommerce a.added_to_cart {
  padding-top: 0.5em;
  display: none !important;
}

.woocommerce input.button.added::after {
  font-family: WooCommerce;
  content: "";
  margin-left: 0.53em;
  vertical-align: bottom;
}

.xoo-cp-ptitle a {
  color: black;
}

.xoo-cp-pimg a img {
  width: 150px;
  height: 150px;
}

.xoo-cp-ptitle a {
  color: black;
  font-weight: 500 !important;
  font-size: 14px !important;
}

.xcp-btn {
  background-color: #1e5da7;
  color: #ffffff !important;
  font-size: 14px;
  padding: 8px !important;
  border-radius: 20px;
  border: 0px solid #000000;
}

.xoo-cp-atcn {
  text-align: center !important;
}

.xoo-cp-container {
  border: none !important;
  background: #fff;
  position: relative;
  vertical-align: middle;
  box-shadow: 0 0 10px rgb(0 0 0 / 40%);
  border-radius: 20px;
  padding: 30px 10px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  box-shadow: rgb(149 157 165 / 20%) 0px 0px 18px;
  border-radius: 0.5rem;
}

.products-section ul.products li.product, .woocommerce-page ul.products li.product {
  /*float: unset !important;*/
  /*padding: 0;*/
  /*position: relative;*/
  /*width: 21% !important;*/
  /*margin-right: 30px !important;*/
  /*margin-bottom: 20px !important;*/
}

.eael-product-grid .woocommerce ul.products .product,
.eael-post-grid .woocommerce ul.products .product {
  width: 100%;
  margin: 0;
  padding: 0 0 20px 0;
}

@media only screen and (max-width: 768px) {
  .products-section ul.products li.product, .woocommerce-page ul.products li.product {
    float: left !important;
    padding: 0;
    position: relative;
    width: 48% !important;
    margin: 0 6px 0.8em 0 !important;
  }
}

.plus-minus-input {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.plus-minus-input .input-group-field {
  text-align: center;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  padding: 1rem;
}

.plus-minus-input .input-group-field::-webkit-inner-spin-button,
.plus-minus-input .input-group-field ::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
}

.plus-minus-input .input-group-button .circle {
  border-radius: 50%;
  padding: 0.25em 0.8em;
}

@media screen and (min-width: 800px) {
  .site-main {
    padding-top: 1.2rem !important;
  }
}

@media screen and (max-width: 800px) {
  #responsive-menu-pro-container {
    margin-top: 122.4px;
  }
}

@media screen and (max-width: 450px) {
  #responsive-menu-pro-container {
    margin-top: 110.4px;
  }
}

/* //overlays have been set with a z-index of 1000 */
.topnav {
  padding-top: 0px !important;
  z-index: 1001 !important;
  position: relative;
  top: 0;
  background: #1a5295;
  margin: 6px 0 0;
}
.woocommerce ul.products li.product .price {
  color: #f44 !important;
}

/*.woocommerce ul.products li.product,*/
/*.woocommerce-page ul.products li.product {*/
/*  padding: 0px 0px 20px 1px !important;*/
/*}*/

.wpc-filters-widget-main-wrapper li.wpc-term-item a,
.widget-area .widget li.wpc-term-item a {
  text-decoration: none;
  color: #1e5da7;
  font-weight: normal;
  outline: none;
  padding-top: 0;
  color: isActive;
  padding-bottom: 0;
}

input:focus,
textarea:focus {
  outline: none;
}

.wpc-filter-title {
  font-size: 1.3rem !important;
  margin-bottom: 1em;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

input[type="checkbox"] {
  background-color: red;
}

.page-numbers {
  color: black;
}

.page-numbers:hover {
  color: black;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #d9edfd;
  color: #8a7e88;
}

.woocommerce nav.woocommerce-pagination ul {
  border: 0 solid #d3ced2;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  padding: 0.7em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: initial !important;
}

button {
  padding: 5px 20px 5px 20px;
  border-radius: 7px;
}

button {
  padding: 5px 20px 5px 20px;
  border-radius: 7px;
}

.alert_button_hover:hover {
  background-color: red;
}

button.alert_button_hover:hover,
button.unsubscribe_button:hover {
  background: #28272e !important;
  color: #ffffff !important;
  border-color: #28272e !important;
}

.xoo-cp-icon-check {
  display: none;
}

/* @media only screen and (max-width: 480px) { */
/*   .quick-menu { */
/*     display: block !important; */
/*   } */
/* } */

.woocommerce .cart .button {
  display: inline-block !important;
}

.woocommerce .product span.onsale {
  padding: 0px;
}

@media screen and (min-width: 800px) {
  .site-main {
    padding-top: 1.2rem !important;
  }
}

@media screen and (max-width: 800px) {
  #responsive-menu-pro-container {
    margin-top: 122.4px;
  }
}

@media screen and (max-width: 450px) {
  #responsive-menu-pro-container {
    margin-top: 110.4px;
  }
}

.woocommerce ul.products li.product .price {
  color: #f44 !important;
}

/*.woocommerce ul.products li.product,*/
/*.woocommerce-page ul.products li.product {*/
/*  padding: 0px 0px 20px 1px !important;*/
/*}*/

.wpc-filters-widget-main-wrapper li.wpc-term-item a,
.widget-area .widget li.wpc-term-item a {
  text-decoration: none;
  color: #1e5da7;
  font-weight: normal;
  outline: none;
  padding-top: 0;
  color: isActive;
  padding-bottom: 0;
}

input[type="text"],
input[type="number"],
input[type="password"],
textarea {
  background: none;
  color: black;
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 320px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #c6c6c6;
}

input:focus,
textarea:focus {
  outline: none;
}

.wpc-filter-title {
  font-size: 1.3rem !important;
  margin-bottom: 1em;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

input[type="checkbox"] {
  background-color: red;
}

.page-numbers {
  color: black;
}

.page-numbers:hover {
  color: black;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #d9edfd;
  color: #8a7e88;
}

.woocommerce nav.woocommerce-pagination ul {
  border: 0 solid #d3ced2;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  padding: 0.7em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: initial !important;
}

/* button { */
/* 	padding: 5px 20px 5px 20px; */
/* 	border-radius: 7px */
/* } */
/**/
/* button { */
/* 	padding: 5px 20px 5px 20px; */
/* 	border-radius: 7px */
/* } */

.alert_button_hover:hover {
  background-color: red;
}

button.alert_button_hover:hover,
button.unsubscribe_button:hover {
  background: #28272e !important;
  color: #ffffff !important;
  border-color: #28272e !important;
}

.xoo-cp-icon-check {
  display: none;
}

/* @media only screen and (max-width: 480px) { */
/*   .quick-menu { */
/*     display: block !important; */
/*   } */
/* } */

.woocommerce .cart .button {
  display: inline-block !important;
}

.woocommerce .product span.onsale {
  padding: 0px;
}

@media only screen and (max-width: 1257px) and (min-width: 767px) {
  button#responsive-menu-pro-button {
    top: 67px;
  }
}

.posts-per-page {
  height: 30px;
}

button#responsive-menu-pro-button:hover {
  background: none;
  border-radius: 0;
  /* padding-left: 10px; */
}

#ht-ctc-chat {
  z-index: 99997 !important;
}

/*Hide unwanted search button & field in product filter pages*/
.search-submit,
.search-field {
  display: none !important;
}
#billing_state_field {
  display: none !important ;
}
#order_review_heading_copy {
  float: right;
  width: 45%;
  margin-bottom: 30px !important;
  letter-spacing: 0px;
  font-weight: 700;
  color: #1e5da7 !important;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  border-bottom: solid 1px #1e5da7;
  padding-bottom: 10px;
}
.summary-wrapper {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 350px) and (max-width: 768px) {
  .righticons.text-center {
    display: contents;
  }
  .responsive-menu-pro {
    position: unset;
    padding-right: 45px;
    grid-column: 1;
    grid-row: 1;
    z-index: 10;
  }
}

#responsive-menu-pro-button {
  border-radius: unset !important;
}
#responsive-menu-pro-blur {
  visibility: hidden;
  background-color: black;
  opacity: 0.2;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  animation: collapse-blur 666ms ease-out;
  animation-fill-mode: forwards;
}
h2.woocommerce-loop-product__title {
  color: #000 !important;
  letter-spacing: 0px;
  font-size: 10px !important;
  font-weight: 500 !important;
  border: none;
  margin-bottom: 0px !important;
  text-align: center;
  line-height: 14px;
  text-transform: uppercase !important;
}
.woocommerce ul.products li.product h2 {
  line-height: 2.5ex;
  min-height: 55px;
  height: 8ex;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
}
/* 
 * ####################################################
 * Start of combining custom.css file import
 * ####################################################
 */
button#responsive-menu-pro-button-copy {
  background-color: transparent;
  border-color: transparent;
  padding: 0;
}
button#responsive-menu-pro-button-copy:active {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  border-color: transparent;
}

body.blur-background {
  overflow: hidden;
}
body.blur-background::after {
  content: "";
  background-color: black;
  opacity: 0.6;
  position: fixed;
  z-index: 1001;
  top: 0;
  right: -100vw;
  width: calc(100% - 20vw);
  height: 100vh;
  animation: blur-background 0.5s;
  animation-fill-mode: forwards;
}
@keyframes blur-background {
  0% {
    right: -100vw;
  }
  50% {
    right: 0vw;
  }
  75% {
    right: -1vw;
  }
  100% {
    right: 0vw;
  }
}

.logo-area .logo {
  width: 30px !important;
}

@media only screen and (max-width: 8000px) {
  #checkout-cart-total-label {
    font-family: Montserrat;
    font-weight: 700;
  }
  #checkout-cart-total span {
    font-weight: normal;
  }

  .logo-area {
    display: flex;
    align-items: center;
  }

  .logo-area .responsive-menu-box {
    margin-right: 15px;
  }

  .logo-area .logo {
    width: 30px;
  }










  /* .hamburger { */
  /**/
  /* } */
  .has_topmenu {
    width: 100%;
    /* padding-left: 6vw; */
  }
  #responsive-menu-pro-button {
    width: 20px !important;
  }

  /* .dropdown-content.dropdown-content-mega {
    width: 100vw;
    left: -100px;
  } */
  .for-lg {
    display: unset;
  }
  .for-sm {
    display: none;
  }
  .logo img {
    width: 100%;
  }
  .logo_header img {
    width: 30%;
  }
  #mobile-search-bar {
    display: none;
  }
  .responsive-menu-pro-button {
    top: unset !important;
    position: sticky !important;
  }
  .mnurow {
    padding: 15px 5px 15px 5px;
  }

  .header-row.mnurow {
    padding: 0px 5px 5px 5px;
  }
}
@media only screen and (max-width: 1024px) {
  .logo img {
    width: 100%;
  }
}

@media only screen and (max-width: 1024.1px) {
  /* .responsive-menu-pro-open button#responsive-menu-pro-button::after { */
  /*   padding: 8.5vh 38vw 1.5vh 4vw; */
  /*   top: 0; */
  /*   left: 0; */
  /*   border-bottom-right-radius: 100px; */
  /* } */
  .col-0 .responsive-menu-pro-button {
    z-index: -1 !important;
  }
  #order_review_heading_copy {
    float: unset;
    width: unset;
    margin: 0 20px;
  }
  .mobile-checkout-page-order-summary {
    margin: 0 20px;
    width: 100%;
  }
  /* .mobile-checkout-page-order-summary tbody, */
  /* .mobile-checkout-page-order-summary tfoot, */
  /* .mobile-checkout-page-order-summary .order-col-headers { */
  /*   display: none; */
  /* } */
  .woocommerce-checkout-review-order-table-summary {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
  }
  .shop_table_copy {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
  }
  a.wpmenucart-contents {
    vertical-align: text-top;
  }
  .responsive-menu-pro-button {
    width: unset !important;
  }
  .has_topmenu {
    position: absolute;
    width: fit-content;
    top: 0px;
    left: 22px;
    transition: 0.2s;
  }
  .for-lg {
    display: none;
  }
  .for-sm {
    display: inherit;
  }
  .container-fluid.p-0 {
    position: sticky;
    top: 0;
  }
  .logo.text-center {
    /* padding-right: 20px; */
    margin-left: auto;
    margin-right: auto;
  }
  .righticons.text-center {
    /* grid-column: 5; */
    /* grid-row: 1; */
    align-items: center;
    font-size: 12px;
  }
  .righticons img {
    width: 23px;
  }

  #mobile-search-bar {
    display: none;
    margin-bottom: 10px;
  }
  .logo img {
    float: right;
    max-width: 200px;
    margin: auto;
  }
  button#responsive-menu-pro-button {
    border-radius: unset;
  }

  .logo-hide-for-mobile {
    display: none !important;
  }

  .search-bar-show-for-mobile {
    display: flex;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .logo_paw_mobile {
    width: 20%;
  }

  .logo_paw_mobile img {
    margin-right: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .logo-hide-for-mobile {
    display: block !important;
  }

  .search-bar-show-for-mobile {
    display: none !important;
  }

  .search-bar-show-for-mobile .aws-container {
    margin-top: unset !important;
    margin-left: 20px;
  }
}
.woocommerce-notice-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: black;
  opacity: 0.6;
  z-index: 1001;
}
/* .woocommerce-notice-wrapper-close { */
/*   position: fixed; */
/*   top: 70%; */
/*   left: 50%; */
/*   transform: translate(-50%, -50%); */
/*   z-index: 1001; */
/*   opacity: 1; */
/*   color: white; */
/*   text-align: center; */
/*   border-radius: 40px; */
/*   background-color: #0c2543; */
/*   padding: 3vw; */
/* } */
.woocommerce-error {
  position: fixed;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* margin-left: auto;
  margin-right: auto; */
  z-index: 1001;
  border-radius: 9px;
  font-size: clamp(0.5rem, 2.2vw, 1.2rem);
  background-color: white;
  color: black;

  /*  */
  /* font-size: 16px;
    margin-top: 36px;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: auto;
    margin-right: auto;
    z-index: 9999; */
  /* font-size: clamp(0.5rem, 2.2vw, 1.2rem); */
  /* color: black; */
}

.woocommerce-message {
  position: fixed;
  top: 17%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
  border-radius: 9px;
  font-size: clamp(0.5rem, 2.2vw, 1.2rem);
  background-color: white;
  color: black;
}

ul.woocommerce-error::after {
  content: " X";
  position: absolute;
  top: -15px;
  right: -16px;
  background: #951111;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 36px;
  color: #fff;
  border: 2px solid #b8393e;
  border-radius: 50%;
}

.woocommerce-error {
  box-shadow: 0px 0px 7px 3px red;
}
.woocommerce-message {
  box-shadow: 0px 0px 7px 3px #a5bd4900;
}
@media only screen and (max-width: 767.9px) {
  .checkout-summary .cart-subtotal {
    font-weight: 700;
  }
  .checkout-summary .woocommerce-Price-amount.amount {
    font-weight: normal;
  }
  .wc-proceed-to-checkout {
    display: flex;
    justify-content: center;
  }
  .woocommerce-error,
  .woocommerce-message {
    font-size: clamp(0.7rem, 2.5vw, 1rem);
    width: 80%;
  }
}
.woocommerce-form-coupon-toggle {
  display: none;
}

@media only screen and (max-width: 350px) {
  img.d-md-inline-block.animated.swing {
    float: right;
    /* padding-left: 10px; */
    width: 20px;
  }
  .wpmenucart-icon-shopping-cart-0:before {
    vertical-align: text-bottom;
  }
  .wpmenucart-contents .cartcontents {
    left: 29px;
    bottom: 4px;
  }
  .tpcart.d-inline.half-width {
    float: right;
  }
  .responsive-menu-pro {
    position: sticky;
    height: 52px;
    padding-right: 40px;
  }
  .half-width {
    /* width: 50%; */
    float: left;
    /* margin-bottom: 10px; */
  }
  .wpmenucart-icon-shopping-cart-0 {
    font-size: 20px;
    float: right;
  }
  li#wpmenucartli {
    padding: 0;
  }
  .righticons img {
    margin-right: unset;
  }
}
.righticons a {
  color: #fff;
  font-size: 14px;

}
.main-header {
  z-index: 1001;
}

.main_nav {
  z-index: 1001;
}
/* .main_nav.active{ */
/*   position: fixed; */
/*   top: -100vh; */
/*   top: 0; */
/*   animation: nav 1s linear; */
/*   transition: top 666ms; */
/*   animation-fill-mode: forwards; */
/* } */
@keyframes nav {
  0% {
    top: -100vh;
  }
  100% {
    top: 0;
  }
}
.container-fluid.main-header {
  top: 0;
  position: sticky;
  transition: top 50ms;
  /* transition: position 1666ms; */
}
.container-fluid.main_nav{
  top: 0;
  position: sticky;
  transition: top 50ms;
  /* transition: position 1666ms; */
}
a.responsive-menu-pro-item-link {
  max-width: webkit-fill-available;
}

#notification-banner {
  display: flex;
  justify-content: center;
  background-color: #1e5da7;
}
#notification-banner img {
  width: 100%;
  max-width: 1280px;
  min-height: 40px;
}
/* 
 * ####################################################
 * Start of custom.css file import
 * ####################################################
 */
.woocommerce-form-coupon-toggle {
  display: none;
}
#checkout_coupon_code_input {
  width: 100%;
  margin-bottom: 5%;
}
.notification-banners {
  display: none;
  /* position: absolute; */
}
.fade-banners {
  animation-name: fade;
  animation-duration: 2s;
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.wa-order-checkout.button {
  background-color: #57c785 !important;
}

.floating_button {
  z-index: 999 !important;
}
#checkout-coupon-area-toggle {
  color: #007bff;
}
#checkout-coupon-area-toggle:hover {
  cursor: pointer;
}

.checkout-coupon-area #coupon_code_input {
  margin: 2%;
  margin-right: auto;
  border: 1px solid #c6c6c6;
  width: auto !important;
}
.checkout-coupon-area .button {
  background-color: #1e5da7 !important;
  text-transform: uppercase;
  border-radius: 25px !important;
  padding-top: 4%;
  padding-bottom: 4%;
  max-width: max-content;
  padding-right: 5%;
  padding-left: 5%;
  margin-top: auto;
  margin-bottom: auto;
  color: #fff !important;
  text-align: center;
  cursor: pointer;
}
.xoo-cp-pquantity {
  color: #77a464;
  float: right;
}
.xoo-cp-pquantity-product-page {
  color: #77a464;
}
a.button.add_to_cart_button.notify-me {
  background-color: #ff7a00 !important;
}
#content article {
  margin: 16px;
  border-bottom: solid;
  padding: 12px;
  border-bottom-width: thin;
  border-bottom-color: darkcyan;
  box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
  border-style: solid;
  border-color: #eee;
  border-radius: 12px;
  border-width: 1px;
}

@media only screen and (max-width: 768px) {
  img.swiper-slide-image {
    width: auto;
  }
  #callnowbutton.cnb-single {
    width: 45px;
    height: 45px;
  }
  .tawk-min-container .tawk-button-circle.tawk-button-large {
    width: 50px;
    height: 50px;
  }
  .tawk-badge.tawk-min-badge {
    inset: auto auto 30px 30px;
  }
  .tawk-min-chat-icon {
    width: 60%;
  }
  .entry-summary img {
    width: 90%;
  }
  .entry-summary span {
    width: 90%;
    margin-left: 0;
  }
}


.woocommerce-shipping-fields h3,
.woocommerce-additional-fields h3,
#order_review_heading {
  margin-bottom: 30px !important;
  letter-spacing: 0px;
  font-weight: 700;
  color: #1e5da7 !important;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  border-bottom: solid 1px #1e5da7;
  padding-bottom: 10px;
}
.woocommerce-shipping-fields #ship-to-different-address {
  display: none;
}

.woocommerce-billing-fields {
  display: none;
}

span.outofstock-badge {
  display: none;
}

.woocommerce ul.products li.product .price {
  color: #f44 !important;
}

/*.woocommerce ul.products li.product,*/
/*.woocommerce-page ul.products li.product {*/
/*  padding: 0px 0px 20px 1px !important;*/
/*}*/

.wpc-filters-widget-main-wrapper li.wpc-term-item a,
.widget-area .widget li.wpc-term-item a {
  text-decoration: none;
  color: #1e5da7;
  font-weight: normal;
  outline: none;
  padding-top: 0;
  color: isActive;
  padding-bottom: 0;
}

input:focus,
textarea:focus {
  outline: none;
}

.wpc-filter-title {
  font-size: 1.3rem !important;
  margin-bottom: 1em;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

input[type="checkbox"] {
  background-color: red;
}

.page-numbers {
  color: black;
}

.page-numbers:hover {
  color: black;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #d9edfd;
  color: #8a7e88;
}

.woocommerce nav.woocommerce-pagination ul {
  border: 0 solid #d3ced2;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  padding: 0.7em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: initial !important;
}

/* button { */
/* 	padding: 5px 20px 5px 20px; */
/* 	border-radius: 7px */
/* } */

/* button { */
/* 	padding: 5px 20px 5px 20px; */
/* 	border-radius: 7px */
/* } */

.alert_button_hover:hover {
  background-color: red;
}

button.alert_button_hover:hover,
button.unsubscribe_button:hover {
  background: #28272e !important;
  color: #ffffff !important;
  border-color: #28272e !important;
}

.xoo-cp-icon-check {
  display: none;
}

/* @media only screen and (max-width: 480px) { */
/*   .quick-menu { */
/*     display: block !important; */
/*   } */
/* } */

.woocommerce .cart .button {
  display: inline-block !important;
}

.woocommerce .product span.onsale {
  padding: 0px;
}

@media screen and (min-width: 800px) {
  .site-main {
    padding-top: 1.2rem !important;
  }
}

.woocommerce ul.products li.product .price {
  color: #f44 !important;
}

/*.woocommerce ul.products li.product,*/
/*.woocommerce-page ul.products li.product {*/
/*  padding: 0px 0px 20px 1px !important;*/
/*}*/

.wpc-filters-widget-main-wrapper li.wpc-term-item a,
.widget-area .widget li.wpc-term-item a {
  text-decoration: none;
  color: #1e5da7;
  font-weight: normal;
  outline: none;
  padding-top: 0;
  color: isActive;
  padding-bottom: 0;
}

input:focus,
textarea:focus {
  outline: none;
}

.wpc-filter-title {
  font-size: 1.3rem !important;
  margin-bottom: 1em;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

input[type="checkbox"] {
  background-color: red;
}

.page-numbers {
  color: black;
}

.page-numbers:hover {
  color: black;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #d9edfd;
  color: #8a7e88;
}

.woocommerce nav.woocommerce-pagination ul {
  border: 0 solid #d3ced2;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  padding: 0.7em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: initial !important;
}

/* button { */
/* 	padding: 5px 20px 5px 20px; */
/* 	border-radius: 7px */
/* } */

/* button { */
/* 	padding: 5px 20px 5px 20px; */
/* 	border-radius: 7px */
/* } */

.alert_button_hover:hover {
  background-color: red;
}

button.alert_button_hover:hover,
button.unsubscribe_button:hover {
  background: #28272e !important;
  color: #ffffff !important;
  border-color: #28272e !important;
}

.xoo-cp-icon-check {
  display: none;
}

/* @media only screen and (max-width: 480px) { */
/*   .quick-menu { */
/*     display: block !important; */
/*   } */
/* } */

.woocommerce .cart .button {
  display: inline-block !important;
}

.woocommerce .product span.onsale {
  padding: 0px;
}

@media only screen and (max-width: 1257px) and (min-width: 767px) {
  button#responsive-menu-pro-button {
    top: 67px;
  }
}

.posts-per-page {
  height: 30px;
}

#ht-ctc-chat {
  z-index: 99997 !important;
}

/*Hide unwanted search button & field in product filter pages*/
.search-submit,
.search-field {
  display: none !important;
}
#billing_state_field {
  display: none !important;
}

.fa.fa-search {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #fff;
  border-radius: 40px;
}

.elementor-shortcode .wcct_wrap_grid img {
  width: 75% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.elementor-shortcode .wcct_wrap_grid .wcct_pro_sale {
  display: none;
}
.elementor-shortcode .wcct_wrap_grid .wcct_pro_price_wrap {
  display: none;
}
.elementor-shortcode .wcct_wrap_grid .wcct_counter_bar,
.products .wcct_counter_bar {
  font-size: 12px;
}

.flash-sale-banner {
  display: flex;
  justify-content: center;
  background: #1e5da7;
  width: 100%;
}
.flash-sale-banner img {
  width: 100%;
}

.wcct_countdown_timer_wrap {
  width: unset !important;
}

.flash-sale-banner .wcct_countdown_timer_wrap {
  display: flex !important;
  align-items: center !important;
  flex-direction: row !important;
  justify-content: center !important;
}

.flash-sale-banner .wcct_countdown_timer_wrap .wcct_countdown_timer p {
  color: #fff !important;
  display: block;
  width: 130px;
  margin-bottom: 0 !important;
  font-size: 13px !important;
}

@media only screen and (max-width: 396px) {
	.flash-sale-banner .wcct_countdown_timer_wrap .wcct_countdown_timer p {
	  font-size: 10px !important;
	}
}

@media only screen and (max-width: 368px) {
	.flash-sale-banner .wcct_countdown_timer_wrap .wcct_countdown_timer p {
	  font-size: 10px !important;
	}
}

@media only screen and (max-width: 680px) {
	.flash-sale-banner .wcct_countdown_timer_wrap .wcct_countdown_timer p {
	  font-size: 10px !important;
	}
}

.flash-sale-banner .wcct_countdown_timer_wrap p {
  color: #fff !important;
  display: none;
}

.flash-sale-banner .wcct_countdown_time{
  margin-bottom: 0 !important;
}

.flash-sale-banner .wcct_countdown_timer[data-type=single]{
  margin-bottom: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .flash-sale-banner .wcct_countdown_timer { */
/*   float: right; */
/*   margin-bottom: 0; */
/*   width: max-content; */
/* } */
.wcct_progress_aria {
  width: 100%;
}

.flash-sale-banner-wrapper .wcct_countdown_timer {
  float: right;
  margin-bottom: 0 !important;
  width: max-content;
}
.wcct_progress_aria {
  width: 100%;
}
.countdown-timer-wrapper {
  width: fit-content;
}
.flash-sale-banner-wrapper .wcct_countdown_timer .wcct_timer_wrap {
  margin-bottom: none;
}

/* .flash-sale-banner .wcct_countdown_timer { */
/*   float: right; */
/*   margin-bottom: 0; */
/*   width: max-content; */
/* } */
.wcct_progress_aria {
  width: 100%;
}
/* .flash-sale-banner .countdown-timer { */
/*   position: absolute; */
/*   right: 0; */
/*   padding: 2px; */
/* } */
@media only screen and (max-width: 768px) {
  .flash-sale-banner .banner {
    width: 100%;
  }
  .flash-sale-banner {
    flex-wrap: wrap;
  }
  /* .flash-sale-banner .countdown-timer { */
  /*   position: relative; */
  /* } */

  .filter-wrapper-container {
    display: block !important;
  }

  .flash-sale-banner {
    background: #000000 !important;
  }

  .flash-sale-banner .wcct_countdown_timer_wrap .wcct_countdown_timer p {
    width: unset !important;
  }
	
 	.wcct_timer_wrap .wcct_highlight_1_wrap {
      font-size: 10px !important;
	}
	
	ul.tabs.wc-tabs {
		display: contents;
	}
}
#responsive-menu-pro-container.blur-background::after {
  content: "";
  color: yellow;
  width: 100%;
  background-color: black;
  opacity: 0.6;
  position: fixed;
  z-index: 1001;
  top: 0;
  right: -100vw;
  width: calc(100% - 25vw);
  height: 100vh;
  animation: blur-background 0.5s;
  animation-fill-mode: forwards;
}

@media only screen and (min-width: 1024px) {
  .mnurow .d-md-block {
    display: none;
    position: unset;
  }
}

/* ADDITIONAL STYLING */
.hide_on_tab .for-lg {
  position: unset;
}

.wcct_close {
  display: none !important;
}

.wcct_header_area {
  top: 0 !important;
  position: sticky !important;
  transition: top 50ms !important;
  z-index: 100;
}

.wcct_countdown_highlight_1 .wcct_timer_wrap {
  background: #000;
  margin-bottom: 0 !important;
}

.ycd-circle-before-countdown {
  z-index: unset !important;
}

/* .dropdown-content {
  margin-top: 30px;
} */

.filter-wrapper-container {
  display: none;
}

/* Disclaimer Section styles */


#disclaimer-section {
  display: table-row !important;
  background: #1e5da7;
  color: #fff;
}

#disclaimer-section p {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-size: 19px;
  text-align: center;
}

#disclaimer-section p .button {
  margin-top: 10px;
}

.entry-summary .wcct_counter_bar_wrap {
	display: none;
}

.entry-summary .wcct_countdown_timer .wcct_highlight_1_wrap span.wcct_colon_sep {
    display: none;
}

a.page-numbers.current {
  background: #1e5da7 !important;
}

a.page-numbers:hover {
  background: #1e5da7 !important;
}

.eael-load-more-button-wrap .eael-load-more-button {
  background: #1e5da7 !important;
  border-radius: 40px;
}

.eael-load-more-button-wrap .eael-load-more-button:hover {
  background: #1e5da7 !important;
  border-radius: 40px;
}

.cart-collaterals .cross-sells ul.products li.product {
  width: 42% !important;
}

/* To revisit later */
/* .add-to-btn {
  border: none !important;
  background-color: #1e5da7 !important;
  border-radius: 25px !important;
  padding: 12px 10px;
  font-size: 12px !important;
} */


/*======================= MEDIA QUERY FOR IPADS =================*/
/* / ----------- iPad 1, 2, Mini and Air ----------- / */

/* / Portrait and Landscape / */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .banner-lg {
    display: none;
  }

  .banner-sm {
    display: block;
}

  .hide-for-mobile {
    display: none !important;
  }

  .ipad-col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .ipad-col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-4-for-mobile .search-box {
    width: 100%;
  }
}

/* 
/ ----------- iPad 3, 4 and Pro 9.7" ----------- / */

/* / Portrait and Landscape / */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .banner-lg {
    display: none;
  }

  .banner-sm {
    display: block;
}

  .hide-for-mobile {
    display: none !important;
  }
  
  .ipad-col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .ipad-col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-4-for-mobile .search-box {
    width: 100%;
  }
}

/* / ----------- iPad Pro 10.5" ----------- / */

/* / Portrait and Landscape / */
@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {
  .banner-lg {
    display: none;
  }

  .banner-sm {
    display: block;
}

  .hide-for-mobile {
    display: none !important;
  }
  
  .ipad-col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .ipad-col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-4-for-mobile .search-box {
    width: 100%;
  }
}

/*==================EXTRA STYLING==========================*/
.bya_table_filter_controls_wrap .bya_filter_button, .bya_table_filter_wrap .bya-apply-filter .bya_product_search_btn {
    color: #ffffff;
    background: #1e5da7 !important;
    border: 1px solid #1e5da7 !important;
}

.bya_table_filter_controls_wrap .bya_filter_button:hover, .bya_table_filter_wrap .bya-apply-filter .bya_product_search_btn:hover {
  box-shadow: 0 0 3px #000;
  background: #1e5da7 !important;
  color: #fff;
  border: 1px solid #1e5da7 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--buy-again a:before {
  /* Style the button when it's active */
  font-family: "FontAwesome";
  content: "\f218";
}

.bya_buy_again_container {
  display: none !important;
}

.payment_method_peach-payments p.form-row.form-row-wide, 
.payment_method_peach-payments .peachpayopt.card {
display: none !important;
}

tr.woocommerce-shipping-totals.shipping {
  display: none !important;
}

.bya_product_table_container .bya_buy_again_product_table tbody td .bya-add-to-cart {
  background: #1e5da7 !important;
}

.bya_product_table_container .bya_buy_again_product_table tbody td .bya-add-to-cart:hover {
  background: #000000 !important;
}

.peachpayopt.peach input {
    display: none;
}

.payment_box.payment_method_peach-payments::before {
	display: none !important;
}

.payment_box.payment_method_peach-payments {
	background-color: #fff !important;
    border: #fff;
	padding: unset !important;
    margin: unset !important;
}

/* Checkout styling */
.shop_table.woocommerce-checkout-review-order-table{
  border: 1px solid #1e5da7 !important;
}

.shop_table.woocommerce-checkout-review-order-table .table.shop_table .tfoot th{
  border-top: #1e5da7 !important;
}

.shop_table.woocommerce-checkout-review-order-table thead{
  background-color: #1e5da7 !important;
  color: #fff !important;
}

.wc_payment_method.payment_method_ipay>label:first-of-type img {
  max-height: 70px !important;
}

.woocommerce-checkout #payment {
  background: #ffffff !important;
  border-radius: 5px;
  box-shadow: 1px solid #000;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.41);
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.41);
}

li.payment_method_peach-payments.wc_payment_method label img {
    display: none;
}

/* Custom File Upload Styling */
.upload_custom_file label {
  font-size: 15px;
}

.upload_custom_file label::after{
  content:"*" ;
  color:red   
}

input#certificate {
	border: 1px solid #1e5da7;
    width: 100%;
    color: #ffffff;
    padding: 15px;
    background: #1e5da7;
    font-weight: 700;
    border-radius: 3px;
}

/*#certificate::-webkit-file-upload-button {
  visibility: hidden;
  display: none;
}

#certificate::before {
  content: 'Select file to upload';
  display: inline-block;
  background: linear-gradient(top, #f9f9f9, #e3e3e3);
  border-radius: 3px;
  padding: 15px 15px;
  outline: none;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
}

#certificate:hover::before {
  border-color: black;
}

#certificate:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

@media only screen and (max-width: 768px) {
  input#certificate {
    display: flex;
	padding: 10px;
  }

  #certificate::before {
    display: none !important;
  }
}*/

.woolentor-quickview-btn-area {
	display: none !important;
}

/* Hide ratings on product items */
/* .woocommerce ul.products li.product .star-rating {
  display: none !important;
}

li#tab-title-reviews {
  display: none !important;
}

.woocommerce-product-rating, .woocommerce div.product .woocommerce-product-rating {
  display: none !important;
} */

/* Sign Up To Sales & Clearance */
div#mc_embed_shell {
    display: flex;
    justify-content: center;
}

#mc_embed_signup {
    border: 1px solid #1e5da7;
    border-radius: 5px;
}

#mc_embed_signup .button {
	background-color: #1e5da7 !important;
}

/* START YITH ADD TO WISHLIST PLUGIN */
.yith-wcwl-add-to-wishlist {
    display: none !important;
}

.stock-left-msg {
   color: #ffffff !important;
    font-size: 13px;
    font-weight: 500;
    margin-top: 5px;
    opacity: 0.85;
    position: absolute;
    top: 2px;
    background: #6b6b6b;
    padding: 0px 5px;
    border-radius: 5px;
    font-size: 10px !important;
    left: 10px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	margin: 0 22px 2.992em 0;
}
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
     margin-right: unset
}
/* Grey out the whole product tile */
.sold-out-tile {
    pointer-events: none;
    opacity: 0.5;
    position: relative;
}

/* SOLD OUT red strip */
.sold-out-strip {
    background-color: #d10000;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    font-size: 14px;
}

/* Optional: make sure no links inside are clickable */
.sold-out-tile a {
    pointer-events: none !important;
}
li.sold_out.outofstock  {
    opacity: 1;
    position: relative;
    pointer-events: none;
}
li.sold_out.outofstock .button {
   border-radius: 0 !important;
    position: absolute !important;
    top: 0;
    left: 0;
}
li.sold_out.outofstock .notify-me::before{
	display:none
}
li.sold_out.outofstock .notify-me{
	    background-color: #df1010 !important;
}
li.sold_out.outofstock a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    filter: grayscale(1);
}


/* END YITH ADD TO WISHLIST PLUGIN */

/*HIDE CURRENT OUT OF STOCK NOTIFIER 6/10/25/*/

.stock-notifier-subscribe-form {
    display: none;
}
.woocommerce div.product.outofstock form.cart {
    display: none;
}
.cwgstock_button {
    width: 100% !important;
    background: #309900 !important;
    color: #fff !important;
    border: none;
    padding: 10px;
    border-radius: 30px;
}

.cwginstock-subscribe-form .panel-body input[type="text"] {
    border: none;
}
.cwginstock-panel-body input[type=email] {
    padding: 10px !important;
    border: 1px solid #1e5da7 !important;
}
.cwginstock-panel-heading h4 {
    color: #fff;
    margin: 0;
}
.sold_out.product .cwginstock-subscribe-form .panel-primary {
	display:none !important
}
.sold_out.product section.cwginstock-subscribe-form::after {
    content: ' SOLD OUT!';
    min-width: 150px;
    min-height: 60px;
    background: red;
    color: #fff;
    padding: 10px;
    margin: 32px 0;
    font-weight: bold;
}


/*PULSATE ORDER BUTTON/*/
@keyframes pulsateButton {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 152, 0, 0.7);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(255, 152, 0, 0);
    transform: scale(1.009);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 152, 0, 0.7);
    transform: scale(1);
  }
}
#upsell-place-order,.woocommerce-page #payment #place_order  {
  background-color: #00d572;
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  animation: pulsateButton 2s ease-in-out infinite;
  transition: transform 0.3s ease;
}

.widget-visible iframe:nth-of-type(4) {
  display: none !important;
}


.wpcf7-form-control.wpcf7-text {
  width: 50%;
  border : 1px solid #1e5da7;
  border-radius: 5px;
  padding: 5px;
}

.wpcf7-form-control.wpcf7-email {
  width: 50%;
  border : 1px solid #1e5da7;
  border-radius: 5px;
  padding: 5px;
}

.wpcf7-form-control.wpcf7-submit {
    width: 50%;
    background: #1e5da7;
    border-radius: 5px;
    padding: 5px;
    color: #fff;
    border: none;
}


.woo-tag-notify-form {
    margin: 0 0 15px !important;
}


@media only screen and (max-width:767px){
	.filter-toggle-btn{
		display:none !important
	}
}

/* Dropdown Selector */
.products-per-page-form p {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 12px;
}
.products-per-page-form {
    display: flex;
    margin-left: 20px;
}
.products-per-page-form select {
    border-radius: 4px;
    height: 25px;
    font-size: 11px;
    font-family: "Montserrat";
}

@media only screen and (max-width: 767px) {
    .products-per-page-form select {
        width: auto;
        max-width: 39px;
    }
}

#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item .responsive-menu-pro-item-link {
	font-weight: 500;
}

.breadcrumb-link {
	text-decoration: none;
	color: #454b5d;
	font-size: 15px;
}

.current-category {
	font-size: 15px;
	font-weight: bold;
}

.breadcrumb-link:hover {
	text-decoration: none;
	color: #454b5d;
}

.mobile-filter-wrapper {
    display: block;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .mobile-filter-wrapper {
        display: none;
    }
}