@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-webkit-keyframes slideRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes slideRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  overflow-x: hidden;
}

a,
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  text-decoration: none;
}

.wusa-category {
  column-count: 4;
  -moz-column-count: 4;
  column-gap: auto;
  width: 100%;
  background: #ffffff;
}

.category-img {
  float: left;
}
.category-img span {
  font-size: 30px;
}
.wusa-items {
  display: flex;
}
.wusa-items a {
  color: rgba(0, 0, 0, 80%);
  line-height: 1.6;
  padding-bottom: 10px;
  display: flex;
  padding-left: 15px;
  word-wrap: break-word;
  word-break: normal;
  font-family: "wuerthbook";
  min-height: 50px;
}

.wusa-items a:hover {
  color: #cc0000;
}

.category-img img {
  vertical-align: top;
}

.menu-reg > ul > li:first-child a {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 12%);
  font-family: "wuerthbold";
}

.menu-reg > ul > li > a {
  display: block;
  padding: 5px 10px;
}

ul.menu-section-reg li a {
  color: rgba(0, 0, 0, 80%);
}

.container {
  max-width: 100%;
  width: 100%;
  padding: 0 60px;

}

ul.menu-section.mb-0 li a.active {
  color: #cc0000;
}
.wusa-bar {
  display: none;
}
.wusa-bar a {
  color: rgba(0, 0, 0, 80%);
}
.wusa-search-btn{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.img-fluid-cmi{
    max-width: 50%;
    height: auto;
}
}

/* order history start */
.wusa-orderhistory-box{
    width: 100%;
}
.wusa-btn-gray{
     background-color: #333333 !important;
     color: #ffffff !important;
     font-family: 'wuerthbold';
     font-size: 16px;
     line-height: 160%;
}

.wusa-promo{
    color: #016394;
    font-weight: 600;
    margin: 10px 0;
}

	.discount:after
	{
	    content:'(x)';
	    color: #CC0000;
	    width:15px;
	}
	.discount.collapsed:after
	{
	    content:'(+)' ;
	    color:#CC0000;
	    width:15px;
	}

	.dl-table
	{
	font-size:13px;
	}

.wusa-red-color{
   color: #cc0000 !important;
}
.wusa-blue{
   color: #0077b3;
}

.wusa-bgblue{
    color: #006699 !important;
}

.wusa-margin{
   margin-top:40px;
}
.wusa-approval-margin{
 margin-bottom:30px;
}

.wusa-uppercase{
text-transform: uppercase;
}

.wusa-bottom-margin {
    margin-bottom: 25px;
  }

.wusa-headline{
    text-transform: uppercase;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 25px 15px;

}
.wusa-headline.wusa-approval {

  padding: 5px 25px 15px 15px;
}


  .custom-row {
    display: flex;
    justify-content: flex-end;
  }

  .custom-col {
    margin-left: auto;
  }

.wusa-reorder{
width:40%;
}
  .col-sm-6.wusa-left {
     left: 53.33333333%;
  }

/*order history end */
/*return order start*/
.wusa-valid {
    font-size: 26px;
}
.order-bottom-margin{
margin-bottom: 60px;
}

.order-top-margin{
margin-top: 60px;
}

.wusa-img-fluid{
    max-width: 100%;
    height: 80px;
}

.wusa-bold{
     color: #000000;
     font-family: 'wuerthbold';
     font-weight: 700;
     height: 60px;
     vertical-align: none !important;
 }

.wusa-first-row td {
  vertical-align: bottom;
}

.table>:not(:last-child)>:last-child>* {
     border-bottom-color: transparent !important;
}

.table>:not(caption)>*>* {
    box-shadow: none !important;
}
.wusa-returnOrder-heading{
margin-bottom: 10px;

}
span.bi.bi-check-circle-fill {
    margin-right: 10px;
}
.wusa-text-blue{
   color: #0093DD !important;
   font-weight:bold;
}
.wusa-text-red{
color: rgb(165, 42, 42) !important;
}

.wusa-returnOrder-fail {
  font-size: 19px;
  color: rgb(165, 42, 42);
  -webkit-text-stroke-width: 1.6px;
  margin-right: 10px

}
a.btn.btn-gray.wusa-back-button  {
    margin-right: 10px;
}

.bordered-text {
    border: 1px solid #dee2e6;
    padding: 20px;
    margin-top: 30px;
    font-size: 18px;
    color: #00000099;

}
.border {
     border: 1px solid rgba(0, 0, 0, 12%) !important;
 }

 .wusa-remove-req label.control-label.AQAlabel span {

  display: none;

 }

 .wusa-returnqty{
  height:35px;
  border-radius:0.25rem;
 }

 .wusa-oc-60{
  color:rgba(0, 0, 0, 60%);
 }
/*return order end*/
/* Return Order: Progress bar start */
.wusa-progress {
  text-align: center;
  position: relative;
}
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey
}

#progressbar .active {
  color: #4BB543;
}

#progressbar li {
  list-style-type: none;
  font-size: 15px;
  width: 50%;
  float: left;
  position: relative;
  cursor: pointer;
}

#progressbar #step1:before {
  content: "1"
}

#progressbar #step2:before {
  content: "2"
}
ul#progressbar {
  padding: 0px;
}
#progressbar li:before {
  width: 26px;
  height: 26px;
  display: block;
  color: #000000;
  background: lightgray;
  border-radius: 50%;
  margin: 10px auto 6px auto;
  padding: 4px 8px 7px 8px;
  font-family: 'wuerthbold';
}

#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: #4BB543;
  color:#ffffff;
  font-family: 'wuerthbold';
}
.progress-bar {
  background-color: #4BB543;
}

li.menu-item-has-children i {
 margin-left: 10px;
}

.wusa-underline{
  text-decoration: underline;
}

.gradient-text {
    color: rgba(0, 147, 221, 1);
}

.modal.wusa-box.show .modal-dialog{
    max-width: 420px;
}

.modal.wusa-box .modal-dialog{
    max-width: 420px;
}

.btn-close {
    font-size: 11px;
    opacity: unset;
}
.border-box.bg-sky.wusa-border {
    border: none !important;
}


.sort-refine-bar {

 padding: 0px;

}
span.span-img a {

 border: none !important;

}
/* Return Order: Progress bar end */


/*other wusa pages start*/
td.qty-selector.input-group.js-qty-selector.wusa-qty-selector {
    width: 0px;
}

.control-label.AQAlabel {
    margin-top: 6px;
}
.wusa-product-name{
    width: 250px;
}

.thumb.wusa-cart-img {
    padding-left: 15px;
    padding-right: 15px;
}
.col-left.wusa-conf-img {
    padding-right: 15px;
}

button.btn.btn-primary.wusa-search-btn {

 height:40px;

}

.row.wusa-rtn-butn {
    margin-bottom: -20px;
}

.mini-cart.wusa-cart-popup.js-mini-cart {
    box-sizing: border-box;
}
span.btn-close {
    padding: 0.25em 1.25em;
    font-size: 15px;
}

a#lk-col:hover {
    color: #CC0000;
}
.wusa-btn-wdth{
    width:177px;

}
.wusa-back-wdth{
 width:185px;
}

.orderBackBtn.wusa-bck-btn{
margin-left: -3px;
}

.wusa-info strong {
  font-size: 16px;
  text-transform: uppercase;

}
a.btn-close.wusa-shpng-popup {
       margin: -4.5rem 2rem -1.5rem auto;
}

select#WurthusaShippingAddressForm_shippingAddressState {

 margin-top:7px;

}

button#createWishlist {
    margin-top: 27px;
}

input#js-site-search-input {
    font-size: 16px;
}

.wusa-sds-msg{
text-align: justify;
}

.forgotten-password,
.forgotten-username,
.resend-activation{
    box-sizing: border-box;
}

.tabbody.shopper_review {
    background: none;
    border: 1px solid #cccccc;
}
/*other wusa pages end*/

/* forgot pwd start */
.wusa-forgotpwd{
    height:200px;
    overflow-y:auto;
}
/*forgot pwd end*/

/* return product start */
.wusa-error{
    color: #e60000;
    font-size: 90%;
}

.return-font-size {
    font-size: 20px;
    font-weight: bold;
  }

  .return-error-notification {
      display: none;
  }
  .return-ordr-err-notification {
  display: none;
  margin-top: 20px;
  }

  .return-ordr-text{
  border-radius: 0.25rem;
  }
  .card-img.text-center {
      padding: 10px;
  }

/*return product end*/
  .carousel-item .category-item {
             text-align: center;
             padding: 20px;
         }
         .carousel-item .category-item img {
             width: 100px;
             height: 100px;
             object-fit: cover;
             border-radius: 50%;
             margin-bottom: 10px;
         }
         .carousel-control-prev-icon,
         .carousel-control-next-icon {
             background-color: rgba(0, 0, 0, 0.5);
             border-radius: 50%;
             padding: 10px;
         }
         .carousel-control-prev,
         .carousel-control-next {
             width: 5%;
         }
         .bi-chevron-left,
         .bi-chevron-right {
             color: #cc0000;
             font-size: 2rem;
         }
/*category banner images start*/
         .cat-banner-image-container {
             text-align: center; /* Center align the image */
             margin-bottom: 20px; /* Add space below the image */
         }

         .cat-banner-image {
             max-width: 100%; /* Ensure the image is responsive */
             height: auto; /* Maintain aspect ratio */
             width: 1920px; /* Adjust width if necessary */
             /*max-height: 200px; /* Set a maximum height */
         }

         .side-banner-container {
             margin-top: 20px; /* Add some space above the banner */
         }

         .side-banner-image {
             max-width: 100%;
             width: 460px; /* Fixed width as per the requirement */
             height: auto; /* Adjust height automatically */
             /*max-height: 430px; /* Maximum height */

         }
        .full-width {
           width: 100% !important;
         }

         .left-bar.hidden {
           display: none;
         }

         .col-xs-12.p-20 {
             padding: 0 20px;
         }
         ul.facet-list.js-facet-list li {
             display: flex;
         }
          ul.facet-list.js-facet-list li:first-child {
             margin-top: 15px;
         }
        .productListContainer.product-list li.product-item {
                   // display: flow-root;
                   display: flex;
                   align-items: center;
        }
        .recommendedProduct{
            float: none;
        }
        input#bulkAddToShoppingList {
            margin-left: 10px;
            margin-right: 5px;
        }
        .bulkPro {
            float: inline-start;
            padding-right: 20px;
            display: flex;
            align-items: center;
            padding: 5px;
            align-items: baseline;
            padding-left: 0px;
        }
        .bulk-prod-div {
            display: flex;
            align-items: center;
        }
         .yCmsComponent.col-xs-12.product-list-wrapper.yComponentWrapper {
             padding: 0 20px;
         }

         .facet-name.js-facet-name.js-accordionFacetName {
             font-size: 1.0em;
         }

         div#appliedFilter {
             font-size: 1.0em;
         }
         /*category banner images end*/
          .wusa-cc-error{
              color:#CC0000;
              font-size:16px;
              margin-block-start: -2px;
          }

          /*.creditCardIframe{
            height: 38px !important;
          }*/
          label.creditCardNameLbl {
              font-family: Arial, sans-serif;
              font-size: 15px;
              color: #000000;
              margin-top: 20px;
              padding-bottom: 5px;
          }
          .creditCardName{
          	/*width: 94% !important;*/
            width: 98% !important;
            height: 44px;
          }
          #warning-msg{
            margin-bottom: 10px;
          }

          span.card-payment-err {
              color: #CC0000;
          }
          #credit_CardNumber{
              display: none;
          }


/* Category search UI */
@media (min-width: 768px) {
    #ui-id-1 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        //column-gap: 1rem;
        list-style: none;
        padding: 0;
        background: #dedede;
    }

    #ui-id-1 li.left-search-suggest {
        grid-column: 1;
        margin: 0px 4px 0px 8px;
    }

    #ui-id-1 li.right-search-suggest {
        grid-column: 2;
        margin: 0px 8px 0px 4px;
    }

    ul#ui-id-1{
        width: 75vw !important;
        padding-bottom: 8px;
    }
 }

    #ui-id-1 li {
            background: #ffffff;
    }

    #suggestedCategories, #suggestedProducts {
         background: #dedede !important;
         border: none;
     }

    #ui-id-1 li a:hover{
        color: #CC0000;
    }

/* Category search UI end */

@media (max-width: 512px) {

	.yCmsComponent.col-xs-12.product-list-wrapper.yComponentWrapper {
		padding: 0 10px;
	}
	.productListContainer.product-list li.product-item {
            display: block;
            align-items: center;
        }
}
@media (max-width: 1023px) {
	.yCmsComponent.col-xs-12.product-list-wrapper.yComponentWrapper {
		padding: 0px;
	}
     .col-md-3.left-bar {
         display: none;
     }
     .col-md-9.product-section {
         width: 100%;
     }
}
@media only screen and (max-width: 768px) {
  a,button {
    cursor: default !important;
    border: none;
    outline: none;
  }

}

@media only screen and (max-width: 992px) {
  .container {
    padding: 0 15px;
    margin: 0 auto;
  }
  .logo-wrapper img {
      width: 80%;
  }
}

.header .wrapper {
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;*/
  align-items: center;
  position: relative;
}

.header-item-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 17%;
  flex: 0 0 17%;
}

/* .header-item-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66%;
  flex: 0 0 66%;
} */

.header-item-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 17%;
  flex: 0 0 17%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-item-right .menu-icon {
  font-size: 1.35rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
  margin-left: 1rem;
  border: none;
  outline: none;
  color: rgba(0, 0, 0, 80%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header .menu > ul > li {
  display: inline-block;
  line-height: 3.125rem;
  margin-left: 1.5rem;
  position:inherit;
}

.header .menu > ul > li > a {
  position: relative;
  font-family: "wuerthbold";
  line-height: 2.80;
  border: none;
  outline: none;
  color: rgba(0, 0, 0, 80%);
  text-transform: capitalize;
  text-rendering: optimizeLegibility;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.header .menu > ul > li .menu-column-1 {
  min-width: 16rem;
  max-width: 20rem;
}
.header-item-right a:hover,
.header .menu > ul > li:hover > a {
  color: #cc0000;
}
.menu-mobile-trigger-reg {
  align-items: center;
  display: inline-flex;
}
ul#ui-id-1 li {
   border-bottom: 1px solid rgba(0, 0, 0, 8%);
}
//ul#ui-id-1 {
 //   display: block !important;
//}

@media only screen and (min-width: 993px) {

  ul.menu-section {
    padding-left: 0px;
  }

  ul.menu-section.mb-0 li:first-child {
    margin-left: 0px;
  }

  .link-hover {
    position: relative;
    display: inline-block;
    border: solid 1px rgba(0, 0, 0, 0.12);
    font-family: "wuerthbold";
    text-align: center;
    min-width: 182px;
    height: 40px;
  }

  .link-hover:hover > nav {
    top: 100%;
    opacity: 1;
    visibility: visible;
  }


.header .menu > ul > li.menu-item-has-children:focus-within .menu-subs {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
}


.link-hover:focus-within > nav {
    top: 100%;
    opacity: 1;
    visibility: visible;
}
  .link-hover > nav {
    background: #fff;
    z-index: 111;
    min-width: 181px;
    color: rgba(0, 0, 0, 0.87);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    position: absolute;
    border-top: 1px solid #eee;
    top: 110%;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s linear;
    text-align: left;
  }

  .link-hover i.ion.ion-ios-close {
    display: none;
  }

  .menu-mobile-header-reg {
    display: none;
  }

  ul.menu-section-reg {
    padding: 0px;
  }

  ul.menu-section-reg li a {
    color: rgba(0, 0, 0, 80%);
    font-family: "wuerthbook";
  }

  .header .menu > ul > li .menu-subs {
    position: absolute;
    width: 100%;
    height: auto;
    top: 45px;
    padding: 1rem;
    border: none;
    outline: none;
    z-index: 500;
    opacity: 0;
    visibility: hidden;
    background: #ffffff;
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
      0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
      0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .header .menu > ul > li .menu-subs > ul > li {
    line-height: 1;
  }

  .header .menu > ul > li .menu-subs > ul > li > a {
    display: inline-block;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25;
    padding: 0.75rem 0;
    border: none;
    outline: none;
    color: rgba(0, 0, 0, 80%);
    text-transform: capitalize;
    text-rendering: optimizeLegibility;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .header .menu > ul > li .menu-subs.menu-mega {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li {
    display: block;
    line-height: 1;
  }

  .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
    display: inline-block;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25;
    padding: 0.5rem 0;
    border: none;
    outline: none;
    color: rgba(0, 0, 0, 80%);
    text-transform: capitalize;
    text-rendering: optimizeLegibility;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
  }

  .header .menu > ul > li .menu-subs.menu-column-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    width: 100%;
    padding: 1.25rem 1rem 0.25rem 1rem;
  }

  .header .menu > ul > li .menu-subs.menu-column-4 > .list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 0 1rem;
  }

  .header .menu > ul > li .menu-subs.menu-column-4 > .list-item .title {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    padding: 0.75rem 0;
    border: none;
    outline: none;
    color: #cc0000;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .header
    .menu
    > ul
    > li
    .menu-subs.menu-column-4
    > .list-item.text-center
    .title {
    text-align: center;
  }

  .header .menu > ul > li .menu-subs.menu-column-4 > .list-item img.responsive {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-top: 0.75rem;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: middle;
  }

  .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a:hover,
  .header .menu > ul > li .menu-subs > ul > li > a:hover {
    color: #cc0000;
  }

  .header .menu > ul > li.menu-item-has-children:hover .menu-subs {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
  }
}

.menu-mobile-header,
.menu-mobile-trigger {
  display: none;
}
.wusa-cart-btn{
font-size: 24px;
}
.wusa-cart-btn:hover{
color:rgba(0, 0, 0, 80%);
}
i.bi.bi-person.fa-lg.px-2.ps-0,
 span.bi.bi-chevron-down {
     color: #000000;
 }


@media only screen and (max-width: 992px) {
  .header-item-center {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .header-item-left,
  .header-item-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .menu-mobile-trigger {
    position: relative;
    display: block;
    cursor: pointer;
    border: none;
    outline: none;
    background: none;
    padding-right: 15px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }

  .menu-mobile-trigger span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    border: none;
    outline: none;
    opacity: 1;
    border-radius: 0.25rem;
    background: rgba(0, 0, 0, 80%);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }

  .menu-mobile-trigger span:nth-child(1) {
    top: 0;
  }

  .menu-mobile-trigger span:nth-child(2),
  .header .menu-mobile-trigger span:nth-child(3) {
    top: 0.5rem;
  }

  .menu-mobile-trigger span:nth-child(4) {
    top: 1rem;
  }

  .header-item-right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header .menu {
    position: fixed;
    top: 0;
    left: 0;
    max-width: 500px;
    width: 100%;
    height: 100%;
    z-index: 1099;
    overflow: hidden;
    background: #ffffff;
    -webkit-transform: translate(-100%);
    -ms-transform: translate(-100%);
    transform: translate(-100%);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }

  .header .menu.active {
    -webkit-transform: translate(0%);
    -ms-transform: translate(0%);
    transform: translate(0%);
  }

  .header .menu > ul > li {
    display: block;
    margin: 0 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 12%);
  }

  .header .menu > ul > li > a {
    display: block;
    padding: 10px;
    line-height:1.25;
  }

  .header .menu > ul > li > a i.ion {
    position: absolute;
    line-height: 3.125rem;
    top: 0;
    right: 0;
    width: 3.125rem;
    height: 3.125rem;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .header .menu .menu-mobile-header {
    position: relative;
    position: -webkit-sticky;
    position: sticky;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    align-items: center;
    top: 0;
    z-index: 501;
    background: #cc0000;
    height: 30px;
    margin: 15px;
  }

  .ion-ios-close:before {
    color: #ffffff;
  }
  .wusa-bar {
    display: block;
  }

  .header .menu .menu-mobile-header.active .menu-mobile-arrow {
    display: block;
  }
  .icon-interface-cross {
    font-size: 22px;
    color:#ffffff;
  }
  .header .menu .menu-mobile-header .menu-mobile-close {
    font-size: 22px;
    color: #ffffff;
  }
.icon-interface-cross:before {
      font-size: 14px;
      font-weight: 700;
  }

  .header .menu .menu-section {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.55);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }

  .overlay.active {
    opacity: 1;
    visibility: visible;
  }

  .childrens:after {
    content: "\002B";
    color: #000000;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }

  .childrens.active:after {
    content: "\2212";
  }
  .menu-subs {
      overflow: hidden;
      max-height: 0;
      transition: max-height 0.2s ease-out;
  }

  .childrens i.bi.bi-chevron-down{
    display: none;
  }

  ul.menu-section.mb-0 {
    padding-left: 0px;
  }

  .wusa-category {
    column-count: 1;
    -moz-column-count: 1;
    column-gap: auto;
    width: 100%;
    background: #ffffff;
    margin-top: 10px;
  }

  .menu-mobile-trigger-reg {
    color:rgba(0, 0, 0, 80%);
    display: block;
    cursor: pointer;
    border: none;
    outline: none;
    background: none;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }

  .menu-reg {
    position: fixed;
    top: 0;
    left: 0;
    max-width: 500px;
    width: 100%;
    height: 100%;
    z-index: 1099;
    overflow: hidden;
    background: #ffffff;
    -webkit-transform: translate(-100%);
    -ms-transform: translate(-100%);
    transform: translate(-100%);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }

  .menu-reg.active {
    -webkit-transform: translate(0%);
    -ms-transform: translate(0%);
    transform: translate(0%);
  }

  .menu-reg .menu-mobile-header-reg {
    position: relative;
    position: -webkit-sticky;
    position: sticky;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    top: 0;
    z-index: 501;
    background: #cc0000;
    height: 30px;
    margin: 15px;
  }

  .ion-ios-close:before {
    color: #ffffff;
  }

  .menu-reg .menu-section-reg {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .menu-mobile-trigger-reg span {
    display: none;
  }

  ul.menu-section-reg {
    padding: 0px 15px;
  }
  .wusa-cart-btn{
  font-size: 16px;
  }
}
