/* Global */
#main a:link,
#main a:visited {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
  transition: all .3s ease; }
#main a:hover,
#main a:active,
#main a:focus {
  border-bottom-color: #f9ed25; }

::selection {
  background: #f9ed25; }

::-moz-selection {
  background: #f9ed25; }

#main .woocommerce-product-gallery__image a:link,
#main .woocommerce-product-gallery__image a:visited {
  border-bottom: none;
}

/* Buttons */
.btn,
a.btn:link,
a.btn:visited {
  font-size: 14px !important; }

.btn:focus,
.btn:active,
button:focus,
button:active {
  outline: none !important;
  box-shadow: none !important; }

.btn-primary,
.btn-primary:link,
.btn-primary:visited {
  background: #f9e723;
  background: -moz-linear-gradient(top, #f9e723 0%, #f7c01d 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f9e723), color-stop(100%, #f7c01d));
  background: -webkit-linear-gradient(top, #f9e723 0%, #f7c01d 100%);
  background: -o-linear-gradient(top, #f9e723 0%, #f7c01d 100%);
  background: -ms-linear-gradient(top, #f9e723 0%, #f7c01d 100%);
  background: linear-gradient(to bottom, #f9e723 0%, #f7c01d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9e723', endColorstr='#f7c01d', GradientType=0 );
  transition: all .3s ease;
  text-transform: uppercase;
  color: #000 !important;
  border-color: #f9ed25 !important;
  font-family: "Roboto", Sans-serif;
  font-weight: 500; }

.elementor-button,
.elementor-widget-button a.elementor-button,
.elementor-widget-button .elementor-button {
  background: #f9e723;
  background: -moz-linear-gradient(top, #f9e723 0%, #f7c01d 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f9e723), color-stop(100%, #f7c01d));
  background: -webkit-linear-gradient(top, #f9e723 0%, #f7c01d 100%);
  background: -o-linear-gradient(top, #f9e723 0%, #f7c01d 100%);
  background: -ms-linear-gradient(top, #f9e723 0%, #f7c01d 100%);
  background: linear-gradient(to bottom, #f9e723 0%, #f7c01d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9e723', endColorstr='#f7c01d', GradientType=0 );
  transition: all .3s ease;
  text-transform: uppercase;
  color: #000 !important;
  border-color: #f9ed25 !important; }
  .elementor-button > span,
  .elementor-widget-button a.elementor-button > span,
  .elementor-widget-button .elementor-button > span {
    color: #000; }

#header-search .input-group {
  transition: all .5s ease; }

@media only screen and (max-width: 1199px) {
  .header-top > .container {
    width: 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; } }
@media only screen and (max-width: 1199px) {
  .header-brand > .container {
    width: 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; } }
.navbar-header {
  display: none;
  width: 100%; }

@media only screen and (max-width: 991px) {
  .navbar-header {
    display: table; } }
.navbar-header > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.navbar-header > div:first-child,
.navbar-header > div:last-child {
  width: 54px; }

/* Search Toggle */
.search-toggle {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 54px;
  -webkit-transition: all 2s ease-out;
  -moz-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  transition: all 2s ease-out;
  cursor: pointer; }

.search-icon {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 25px;
  text-align: center;
  color: #fff; }

.search-toggle span {
  display: none;
  position: absolute;
  top: 12px;
  width: 100%;
  height: 3px;
  background: #1890c0;
  -webkit-border-top-right-radius: 1px;
  -webkit-border-bottom-right-radius: 1px;
  -webkit-border-bottom-left-radius: 1px;
  -webkit-border-top-left-radius: 1px;
  -moz-border-radius-topright: 1px;
  -moz-border-radius-bottomright: 1px;
  -moz-border-radius-bottomleft: 1px;
  -moz-border-radius-topleft: 1px;
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
  border-top-left-radius: 1px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  opacity: 1;
  left: 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  background: #fff; }

.search-toggle[aria-expanded="false"] {
  display: inline-block; }

.search-toggle[aria-expanded="false"] span {
  display: none; }

.search-toggle[aria-expanded="true"] span:nth-child(1) {
  display: block;
  top: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.search-toggle[aria-expanded="true"] span:nth-child(2) {
  display: block;
  top: 10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.search-toggle[aria-expanded="true"] i {
  display: none; }

/* Search Drop */
.search-drop {
  display: none;
  float: left;
  width: 100%;
  padding: 15px; }

.search-drop.collapse.show {
  display: inline-block; }

@media only screen and (min-width: 992px) {
  .search-drop.collapse.show {
    display: none; } }
/* Nav toggle */
.nav-toggle {
  display: inline-block;
  float: left;
  width: 54px;
  height: 54px;
  position: relative;
  -webkit-transition: all 2s ease-out;
  -moz-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  transition: all 2s ease-out;
  cursor: pointer; }

.nav-icon {
  display: inline-block;
  position: absolute;
  top: 4px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 25px;
  text-align: center; }

.nav-toggle span {
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background: #1890c0;
  -webkit-border-top-right-radius: 1px;
  -webkit-border-bottom-right-radius: 1px;
  -webkit-border-bottom-left-radius: 1px;
  -webkit-border-top-left-radius: 1px;
  -moz-border-radius-topright: 1px;
  -moz-border-radius-bottomright: 1px;
  -moz-border-radius-bottomleft: 1px;
  -moz-border-radius-topleft: 1px;
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
  border-top-left-radius: 1px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  opacity: 1;
  left: 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  background: #fff; }

.nav-toggle[aria-expanded="false"] span {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  top: 8px;
  width: 0%;
  left: 50%; }

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.nav-toggle.collapsed span:nth-child(1) {
  top: 0px; }

.nav-toggle.collapsed span:nth-child(2) {
  top: 8px; }

.nav-toggle.collapsed span:nth-child(3) {
  top: 16px; }

/* Navbar */
.nav-row {
  border-bottom: 5px solid #f6bf1c; }

.main-navigation .navbar {
  min-height: initial; }

@media only screen and (max-width: 991px) {
  .main-navigation {
    background: #272727; }

  .navbar-collapse {
    background: #efefef; } }
#menu-main-navigation li a:link,
#menu-main-navigation li a:visited {
  padding: 15px 20px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  transition: all .3s ease; 
}

#menu-main-navigation li.active a:link,
#menu-main-navigation li.active a:visited {
  background: #f9e723;
  background: -moz-linear-gradient(top, #f9e723 0%, #f7c01d 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f9e723), color-stop(100%, #f7c01d));
  background: -webkit-linear-gradient(top, #f9e723 0%, #f7c01d 100%);
  background: -o-linear-gradient(top, #f9e723 0%, #f7c01d 100%);
  background: -ms-linear-gradient(top, #f9e723 0%, #f7c01d 100%);
  background: linear-gradient(to bottom, #f9e723 0%, #f7c01d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9e723', endColorstr='#f7c01d', GradientType=0 ); 
}

@media only screen and (max-width: 1199px) {
  .nav-row > .container {
    width: 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; } }
@media only screen and (max-width: 991px) {
  .navbar-nav .nav-link {
    text-align: left;
    padding: 15px; 
  } 
  #menu-main-navigation li a:link,
  #menu-main-navigation li a:visited {
    color: #000;
  }
}

.nav-row .dropdown-toggle::after {
  border: none !important;
  font-family: Font Awesome\ 5 Free;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  content: "\f0d7";
  margin: 0 0 0 8px !important;
  vertical-align: inherit; }

@media only screen and (max-width: 991px) {
  .nav-row .dropdown-toggle::after {
    float: right;
    margin: 5px 10px !important; } }
.main-navigation .col {
  padding: 0; }

.navbar {
  padding: 0; }

.navbar-brand {
  padding: 0;
  margin: 0; }
  .navbar-brand img {
    max-height: 40px; }

.home .entry-header {
  display: none; }

/* Forms */
.elementor-message {
  font-size: 21px;
  color: #f9ed25; }

.form-control:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(249, 237, 37, 0.8) !important;
  border-width: 1px !important;
  box-shadow: none !important;
  outline: 0 none !important; }

/* Search Results, comments */
.post-template-default .site-main,
.search-results .site-main {
  padding: 20px 0; }
.post-template-default .entry-title,
.search-results .entry-title {
  font-size: 24px; }
  .post-template-default .entry-title a:link,
  .post-template-default .entry-title a:visited,
  .search-results .entry-title a:link,
  .search-results .entry-title a:visited {
    color: #000;
    text-decoration: none;
    border-bottom: 2px solid #000;
    transition: all .3s ease; }
  .post-template-default .entry-title a:hover,
  .post-template-default .entry-title a:active,
  .post-template-default .entry-title a:focus,
  .search-results .entry-title a:hover,
  .search-results .entry-title a:active,
  .search-results .entry-title a:focus {
    border-bottom-color: #f9ed25; }
.post-template-default .cat-links,
.search-results .cat-links {
  color: #666666; }
  .post-template-default .cat-links a:link,
  .post-template-default .cat-links a:visited,
  .search-results .cat-links a:link,
  .search-results .cat-links a:visited {
    color: #666666;
    text-decoration: none;
    border-bottom: 2px solid #fff;
    transition: all .3s ease; }
  .post-template-default .cat-links a:hover,
  .post-template-default .cat-links a:active,
  .post-template-default .cat-links a:focus,
  .search-results .cat-links a:hover,
  .search-results .cat-links a:active,
  .search-results .cat-links a:focus {
    border-bottom-color: #f9ed25; }

.post-template-default .site-main {
  padding: 20px 0; }
.post-template-default .entry-title {
  font-size: 24px; }
  .post-template-default .entry-title a:link,
  .post-template-default .entry-title a:visited {
    color: #000;
    text-decoration: none;
    border-bottom: 2px solid #000;
    transition: all .3s ease; }
  .post-template-default .entry-title a:hover,
  .post-template-default .entry-title a:active,
  .post-template-default .entry-title a:focus {
    border-bottom-color: #f9ed25; }
.post-template-default .cat-links {
  color: #666666; }
  .post-template-default .cat-links a:link,
  .post-template-default .cat-links a:visited {
    color: #666666;
    text-decoration: none;
    border-bottom: 2px solid #fff;
    transition: all .3s ease; }
  .post-template-default .cat-links a:hover,
  .post-template-default .cat-links a:active,
  .post-template-default .cat-links a:focus {
    border-bottom-color: #f9ed25; }

.comment-author a:link,
.comment-author a:visited {
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #fff; }
.comment-author a:hover,
.comment-author a:active,
.comment-author a:focus {
  border-bottom-color: #f9ed25; }

/* Search Results */
.search #main {
  padding: 40px 0; }

/* Blog */
.blog #main {
  padding: 40px 0; }
.blog .post-img img {
  width: 100%;
  max-width: 100%;
  height: auto; }
.blog .entry-title a:link,
.blog .entry-title a:visited {
  color: #333;
  text-decoration: none;
  transition: all .3s ease;
  border-bottom: 2px solid #fff; }
.blog .entry-title a:hover,
.blog .entry-title a:active,
.blog .entry-title a:focus {
  border-bottom-color: #f9ed25; }
.blog .widget ul {
  list-style: none;
  padding: 0 !important;
  margin: 0; }
.blog .widget a:link,
.blog .widget a:visited {
  color: #000;
  text-decoration: none;
  transition: all .3s ease;
  border-bottom: 1px solid #000; }
.blog .widget a:hover,
.blog .widget a:active,
.blog .widget a:focus {
  border-bottom-color: #f9ed25; }
.blog .cat-links a:link,
.blog .cat-links a:visited {
  color: #999;
  text-decoration: none;
  transition: all .3s ease;
  border-bottom: 1px solid #fff; }
.blog .cat-links a:hover,
.blog .cat-links a:active,
.blog .cat-links a:focus {
  color: #000;
  border-bottom-color: #f9ed25; }

/* Mobile nav */
#m-search {
  padding: 15px;
  background: #000; }

#m-search .form-control {
  background: transparent;
  border: none;
  color: #fff; }

#m-search .input-group {
  border: 1px solid #5d5d5d; }

#m-search .btn {
  border: none;
  color: #fff; }

.m-util-nav {
  text-align: center;
  padding: 15px;
  background: #000; }
  .m-util-nav .util-nav a:link,
  .m-util-nav .util-nav a:visited {
    color: #bdbdbd;
    font-size: 14px;
    transition: all .3s ease; }
  .m-util-nav .util-nav a:hover,
  .m-util-nav .util-nav a:active,
  .m-util-nav .util-nav a:focus {
    color: #fff; }
  .m-util-nav .vert {
    color: #666666;
    padding: 0 6px; }
  .m-util-nav .elementor-button-link:link,
  .m-util-nav .elementor-button-link:visited {
    margin: 15px 0 10px 0;
    font-weight: bold; }
  .m-util-nav .elementor-button-link:link,
  .m-util-nav .elementor-button-link:visited,
  .m-util-nav .elementor-button-link:focus {
    text-decoration: none; }

/* Back to top */
#back-to-top,
.touch-device #back-to-top:hover {
  background-color: rgba(249, 237, 37, 0.8);
  bottom: 10px;
  right: 10px;
  display: none;
  height: 46px;
  width: 45px;
  position: fixed;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 100;
  font-size: 24px;
  text-align: center; }

#back-to-top > i,
.touch-device #back-to-top:hover > i {
  font-size: 17px;
  line-height: 12px;
  margin: 0;
  color: #fff; }

/*# sourceMappingURL=custom.css.map */


.pricing-table td {
	color: #000 !important;
}



#stock-save-row .owl-item {
    padding: 15px;
}
#stock-save-row .owl-item > div {
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    min-height: 902px !important;
    background: #fff !important;
}
#stock-save-row .owl-item > div li {
	line-height: 20px;
    padding: 4px 0;
}
#stock-save-row .owl-item > div table {
	border: 1px solid #333;
	width: 100%;
}
#stock-save-row .owl-item > div th,
#stock-save-row .owl-item > div td {
	border: 1px solid #333;
	padding: 2px;
	font-size: 12px;
}

.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
  align-items: stretch;
}
.woocommerce ul.products li.product a.woocommerce-loop-product__link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#image-disclaimer {
  padding: 15px 0;
}
#image-disclaimer p {
  text-align: left;
  font-size: 11px;
  font-weight: bold;
  font-style: italic;
}

.elementor-image a {
  border: none !important;
}

.full_width{
  width:100%;
}
#field_2_9{
  width:100%;
}
.nav-row{
  background:#000000;
  border-bottom:0 !important;
}
#menu-main-navigation li a:hover{
  background:#f9ed27;
  color:#000000 !important;
  transition: 0.5s ease-in-out;
}
.product .aws-box {
  padding: 0 1%;
}
@media only screen and (max-width: 767px) {
  .aws-box h2 {
    font-size: 1.1rem;
  }
}


.woocommerce ul.products li.product a img {
  width: auto;
  max-height: 400px;
}

div.woocommerce-product-gallery__image {
  padding: 15px;
}

.woocommerce div.product {
  max-width: 1440px;
  margin: auto;
}
.woocommerce div.product div.images {
  text-align: center;
}
.woocommerce div.product div.images a {
  border-bottom: none;
}
.woocommerce div.product div.images img {
  display: unset;
  width: auto;
  max-width: 100%;
}
.woocommerce div.product div.summary {
  padding: 0 15px;
  margin-top: 30px;
}

.woocommerce .product_meta .posted_in {
  display: block;
}

.woocommerce .related.products {
  margin-top: 45px;
}

.woocommerce .related.products h2 {
  border-top: 1px solid #d3ced2;
  padding-top: 30px;
  padding-bottom: 20px;
}

h1.entry-title {
  font-size: 2.5rem;
  margin-bottom: 45px;
  padding-top: 45px;
}

.page-id-22 h1.entry-title,
.page-id-24 h1.entry-title,
.page-id-28 h1.entry-title,
.page-id-452 h1.entry-title,
.page-id-703 h1.entry-title,
.page-id-1531 h1.entry-title,
.page-id-1609 h1.entry-title,
.page-id-1617 h1.entry-title
 {
  display: none;
}

article.type-product h1.entry-title {
  pointer-events: none;
}
#main article.type-product h1.entry-title a:link,
#main article.type-product h1.entry-title a:visited {
  border-bottom: none;
}


.aws-container {
  margin-bottom: 60px;
}

.woocommerce .woocommerce-breadcrumb,
.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce .related.products h2,
.woocommerce .products ul, .woocommerce ul.products,
.woocommerce-products-header,
.woocommerce-notices-wrapper,
.woocommerce-result-count,
.woocommerce-ordering

{
  padding-left: 15px;
  padding-right: 15px;
}
#sidebar-left {
  display: none;
}

div#tab-description h2 { display: none; }

.type-product div.woocommerce-product-details__short-description { display: none; }

.woocommerce .related.products { clear: both; }
.woocommerce-loop-category__title {
  text-align: center;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { 
  display: flex;
  min-height: 357px;
  justify-content: center;
  align-items: stretch;
  border: 1px solid #eee;
  padding: 10px;
}
.woocommerce ul.products li.product a:link, .woocommerce-page ul.products li.product a:link { border-bottom: none !important; }

header.woocommerce-products-header {
  display: flex;
  flex-direction: column;
  max-width: 1440px;
  margin: auto;
}
.woo-commerce-products-header-title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.woo-commerce-products-header-title a {
  border-bottom: none !important;
}
.woocommerce .woocommerce-breadcrumb {
  padding: 15px;
  max-width: 1440px;
  margin: auto;
  position: relative;
  z-index: 199;
}
.woocommerce div.product div.images img {
  max-width: 300px;
}
.woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
.tax-product_cat #sidebar-left {
  display: block;
  max-width: fit-content;
}
.woocommerce-products-body {
  display: flex;
  max-width: 1440px;
  margin: auto;
}
.woocommerce-products-container {
  width: 100%;
}
#block-3 ul {
  list-style-type: none;
}
#block-3 a {
  border-bottom-color: transparent !important;
}
#block-3 a:hover {
  border-bottom-color: #000 !important;
}
#block-3 ul.wc-block-product-categories-list--depth-0 {
  padding-left: 0;
}
#block-3 ul.wc-block-product-categories-list--depth-0>li {
  background-color: #f9ed27;
  margin-bottom: 3px;
  padding: 2px 10px;
  border-radius: 5px;
}
#block-3 ul.wc-block-product-categories-list--depth-1 {
  background-color: #fff;
  margin-bottom: 8px;
  border-radius: 5px;
}
#block-3 .wc-block-product-categories-list-item__name {
  color: #000;
  font-weight: 700;
}

a.iksm-term__link,
a.iksm-term__link:visited {
  border-bottom: none !important;
}
.iksm-term__inner {
  border-radius: 5px;
}
.iksm-terms-tree--level-2:has(.iksm-term--current) { display: block !important; }

.woocommerce ul.products li.product .woocommerce-loop-category__title {
  min-height: 55px;
}
@media only screen and (max-width: 1440px) {
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    min-height: unset;
  }
  .woocommerce ul.products li.product .woocommerce-loop-category__title {
    font-size: 1.1vw;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce ul.products li.product .woocommerce-loop-category__title {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 640px) {
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 96%;
  }
}


@media only screen and (max-width: 767px) {
  #footer-row a:link, 
  #footer-row a:visited {
    display: block;
  }
  #footer-row span {
    display: none;
  }
}

html body .elementor-148 .elementor-element.elementor-element-5b717b2 .eael-gravity-form .gform_footer input[type="submit"]:hover {
  background-color: #EBDA25 !important;
}


#website-experience {
  margin-top: 2rem;
}
#website-experience p {
  font-size: 0.8rem;
  font-weight: bold;
}
#website-experience a.feedback-button {
      display: block;
    background-color: #f9ed25;
    width: fit-content;
    padding: 0.5rem;
    border: 1px solid #000;
}
#website-experience a.feedback-button:hover {
  background-color: #fff;
  border-color: #f9ed25;
}

.legacy-catalog-link-wrapper {
  text-align: right;
    position: relative;
    top: -50px;
    height: 65px;
}
.legacy-catalog-link-wrapper img {
  max-width: 25%;
}

#woo-content-wrapper {
  display: flex;
  flex-wrap: no-wrap;
}
#woo-sidebar-wrapper {
  min-width: 30%;
}

@media only screen and (max-width: 767px) {
  .tax-product_cat .legacy-catalog-link-wrapper {
    display: none;
  }
  #woo-content-wrapper {
    flex-wrap: wrap;
  }
  #woo-sidebar-wrapper {
    min-width: 100%;
  }
  .tax-product_cat #sidebar-left {
    max-width: 100%;
  }
  .iksm-terms .iksm-term {
    height: 0;
    transition: all 1s;
  }
  .iksm-terms .iksm-term.iksm-term--current {
    height: auto;
  }
  .iksm-terms:hover .iksm-term,
  .iksm-terms:focus .iksm-term,
  .iksm-terms:active .iksm-term {
    height: auto;
    transition: all 1s;
  }
}

@media only screen and (max-width: 767px) {
  .tax-product_cat .site-main {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .tax-product_cat h1 {
    font-size: 1.3rem;
  }
}

.under-construction-box {
    background-color: rgba(249, 237, 39, 1);
    max-width: 75%;
    width: fit-content;
    padding: 1rem;
    font-weight: 700;
}