 header {
     padding: 0px 0;
     transition: 0.5s;
     position: absolute;
     z-index: 99;
     width: 100%;
     top: 0;
     border-bottom: 1px solid rgba(255, 255, 255, 0.25);
 }
 
 .search-hide {
     display: none;
     position: absolute;
     top: 66px;
 }
 
 .search-hide.active {
     display: block;
 }
 
 .search-hide input {
     border: 0;
     border-radius: 0;
     padding: 5px 10px !important;
 }
 
 .search-hide input::placeholder {
     opacity: 1;
     color: #000;
 }
 
 header button.wp-block-search__button.wp-element-button {
     display: none;
 }
 
 .scroll-down {
     transform: translate3d(0, -100%, 0);
 }
 
 .scroll-up {
     transform: none;
 }
 
 header#masthead {
     transition: 0.7s;
 }
 
 header#masthead.scroll-up {
     -webkit-box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 75%);
     -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
     box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 75%);
     top: 0;
 }
 
 header#masthead.scroll-up {
     background: #000;
     position: fixed;
     z-index: 9999999999;
     width: 100%;
 }
 
 header .logo {
     display: flex;
     height: 100%;
     align-items: center;
 }
 
 header .social-container {
     display: flex;
     gap: 15px;
 }
 
 header .menu-buttons {
     display: flex;
     justify-content: flex-end;
     align-items: center;
     height: 100%;
 }
 
 header .menu-buttons i {
     transition: 0.3s;
     color: #BCC5CC;
 }
 
 header a.button.is-secondary.is-solid.small {
     padding: 7px 14px;
     font-size: 11px;
     color: #fff;
     text-decoration: none;
     text-transform: uppercase;
     background: #00A085;
     border-radius: 50px;
     margin: 0 15px 0 0;
     transition: 0.3s;
 }
 
 header .logo a {
     color: #fff;
     font-size: 25px;
     font-family: "Poppins", sans-serif;
     font-weight: 800;
     text-transform: uppercase;
     letter-spacing: 1px;
 }
 
 header a.button.is-secondary.is-solid.small:hover {
     opacity: 0.9;
 }
 
 header .menu-buttons i:hover {
     color: #fff;
 }
 
 .hmenu.black-menu-head {
     display: flex;
     justify-content: center;
     align-items: center;
     height: 100%;
 }
 
 #mega-menu-wrap-menu-1 {
     background: transparent;
 }
 
 #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
 #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
 #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
     background: transparent;
 }
 
 #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link:hover,
 #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link:focus {
     background: transparent;
 }
 
 #mega-menu-wrap-menu-1 li a {
     position: relative;
 }
 
 #mega-menu-wrap-menu-1 li a::before {
     background-color: #dad6cc !important;
     content: "" !important;
     position: absolute!important;
     top: 0!important;
     left: 0!important;
     right: 0!important;
     width: 100% !important;
     height: 93px !important;
     transition: transform 0.3s ease !important;
     transform: translateY(-100%);
     clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 90%);
 }
 
 #mega-menu-wrap-menu-1 li.mega-current-menu-item a::before {
     background-color: #b10000 !important;
     transform: translateY(0%);
 }
 
 #mega-menu-wrap-menu-1 li.mega-current-menu-ancestor a::before {
     background-color: #b10000 !important;
     transform: translateY(0%);
 }
 
 #mega-menu-wrap-menu-1 li.mega-current-menu-ancestor a {
     color: #fff !important;
 }
 
 #mega-menu-wrap-menu-1 li.mega-current-menu-ancestor li.mega-current-menu-item a {
     background-color: #b10000 !important;
     color: #fff !important;
 }
 
 #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
     height: auto;
 }
 
 #mega-menu-wrap-menu-1 li.mega-current-menu-item a {
     color: #fff !important;
 }
 
 #mega-menu-wrap-menu-1 li a:hover::before {
     transform: translateY(0%);
 }
 
 #mega-menu-wrap-menu-1 li a:hover {
     color: #000;
 }
 
 #mega-menu-wrap-menu-1 li a span {
     position: relative;
     z-index: 1;
 }
 
 #mega-menu-wrap-menu-1 ul.mega-sub-menu li a::before {
     display: none !important;
 }
 
 #mega-menu-wrap-menu-1 ul.mega-sub-menu li a {
     background-color: #fff !important;
     color: #000 !important;
     font-size: 12px !important;
 }
 
 #mega-menu-wrap-menu-1 ul.mega-sub-menu li:hover a {
     background-color: #ccc !important;
 }
 
 #mega-menu-wrap-menu-1 li.mega-menu-item-has-children a span.mega-indicator::after {
     content: "";
     font-family: dashicons;
     font-weight: normal;
     display: inline-block;
     margin: 0;
     vertical-align: top;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     transform: rotate(0);
     color: inherit;
     position: relative;
     background: transparent;
     height: auto;
     width: auto;
     right: auto;
     line-height: inherit;
 }
 /*loader*/
 
 #page-loader {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: #fff;
     z-index: 9999999999;
     display: flex;
     justify-content: center;
     align-items: center;
     transition: opacity 0.5s ease, visibility 0.5s ease;
     opacity: 1;
     visibility: visible;
 }
 
 #page-loader.hidden {
     opacity: 0;
     visibility: hidden;
 }
 
 #page-loader .loader {
     display: flex;
     flex-direction: column;
     align-items: center;
 }
 
 #page-loader .loader .spinner {
     border: 4px solid rgba(0, 0, 0, 0.1);
     border-top: 4px solid #369A40;
     border-radius: 50%;
     width: 40px;
     height: 40px;
     animation: spin 1s linear infinite;
 }
 
 #loader-wrapper {
     position: fixed;
     left: 0;
     top: 0;
     right: 0;
     bottom: 0;
     background: #000;
     z-index: 15000;
     overflow: hidden;
 }
 
 #loader-wrapper .loader {
     width: 150px;
     height: 150px;
     border: 1px #fff solid;
     position: absolute;
     left: 50%;
     top: 50%;
     margin: -75px 0 0 -75px;
     border-radius: 50%;
 }
 
 .loader .line:nth-child(1) {
     left: 16px;
     top: 50%;
     margin-top: -1px;
 }
 
 .loader .line:nth-child(2) {
     transform: rotate(45deg);
     -moz-transform: rotate(45deg);
     -webkit-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
     left: 33px;
     top: 33px;
 }
 
 .loader .line:nth-child(3) {
     top: 16px;
     left: 50%;
     width: 2px;
     height: 10px;
 }
 
 .loader .line:nth-child(4) {
     transform: rotate(135deg);
     -moz-transform: rotate(135deg);
     -webkit-transform: rotate(135deg);
     -ms-transform: rotate(135deg);
     right: 33px;
     top: 33px;
 }
 
 .loader .line:nth-child(5) {
     right: 16px;
     top: 50%;
     margin-top: -1px;
 }
 
 .loader .line:nth-child(6),
 .loader .subline:nth-child(11) {
     background: #b10000;
 }
 
 .loader .line:nth-child(6) {
     transform: rotate(45deg);
     -moz-transform: rotate(45deg);
     -webkit-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
     right: 33px;
     bottom: 33px;
     background: #fede00;
 }
 
 .loader .subline:nth-child(7) {
     transform: rotate(22.5deg);
     -moz-transform: rotate(22.5deg);
     -webkit-transform: rotate(22.5deg);
     -ms-transform: rotate(22.5deg);
     left: 21px;
     top: 50px;
 }
 
 .loader .subline:nth-child(8) {
     transform: rotate(67.5deg);
     -moz-transform: rotate(67.5deg);
     -webkit-transform: rotate(67.5deg);
     -ms-transform: rotate(67.5deg);
     left: 50px;
     top: 21px;
 }
 
 .loader .subline:nth-child(9) {
     transform: rotate(112.5deg);
     -moz-transform: rotate(112.5deg);
     -webkit-transform: rotate(112.5deg);
     -ms-transform: rotate(112.5deg);
     right: 50px;
     top: 21px;
 }
 
 .loader .subline:nth-child(10) {
     transform: rotate(157.5deg);
     -moz-transform: rotate(157.5deg);
     -webkit-transform: rotate(157.5deg);
     -ms-transform: rotate(157.5deg);
     right: 21px;
     top: 50px;
 }
 
 .loader .line:nth-child(6),
 .loader .subline:nth-child(11) {
     background: #b10000;
 }
 
 .loader .needle:before {
     border-color: transparent #b10000 transparent transparent;
 }
 
 .loader .needle:before {
     content: "";
     width: 0;
     height: 0;
     border-style: solid;
     border-width: 3.5px 50px 3.5px 0;
     border-color: transparent #b10000 transparent transparent;
     position: absolute;
     right: 50%;
     top: 50%;
     margin: -3.5px 0 0 0;
     border-radius: 0 50% 50% 0;
 }
 
 .loader .subline:nth-child(11) {
     transform: rotate(22.5deg);
     -moz-transform: rotate(22.5deg);
     -webkit-transform: rotate(22.5deg);
     -ms-transform: rotate(22.5deg);
     right: 20px;
     bottom: 49px;
     background: #b10000;
 }
 
 .loader .needle {
     width: 14px;
     height: 14px;
     border-radius: 50%;
     border: 1px #fff solid;
     position: absolute;
     left: 50%;
     top: 50%;
     margin: -8px 0 0 -8px;
     z-index: 1;
     -webkit-animation: pegIt 3s infinite ease-in-out;
     animation: pegIt 3s infinite ease-in-out;
 }
 
 .loader .loading {
     font-size: 10px;
     position: absolute;
     width: 100%;
     text-align: center;
     line-height: 14px;
     font-family: 'Century Gothic', sans-serif;
     left: 0;
     top: 50%;
     margin-top: 20px;
     color: #fff;
     font-weight: bold;
     text-transform: uppercase;
 }
 
 .loader .subline {
     position: absolute;
     width: 3px;
     height: 2px;
     background: #fff;
 }
 
 .loader .line {
     width: 10px;
     height: 2px;
     background: #fff;
     position: absolute;
 }
 
 .loader-circle-1 {
     width: 138px;
     height: 138px;
     left: 5px;
     top: 5px;
     border: 1px #fff solid;
     border-radius: 50%;
     position: absolute;
     border-right-color: transparent;
     -webkit-animation: spin 3s linear infinite;
     animation: spin 3s linear infinite;
 }
 
 .loader-circle-2 {
     border-right-color: #b10000;
 }
 
 .loader-circle-2 {
     width: 126px;
     height: 126px;
     left: 5px;
     top: 5px;
     border: 1px transparent solid;
     border-radius: 50%;
     position: absolute;
     border-right-color: #b10000;
     -webkit-animation: spin 5s linear infinite;
     animation: spin 5s linear infinite;
 }
 
 @media only screen and (max-width: 1200px) {
     #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
         padding: 0 10px;
     }
 }
 
 @media only screen and (max-width: 991px) {
     header .ordermobilenav {
         order: 2;
     }
     #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open+#mega-menu-menu-1 {
         background: #B10000 !important;
     }
     #mega-menu-wrap-menu-1 li a::before {
         display: none !important;
     }
 }
 
 @media only screen and (max-width: 767px) {
     header#masthead {
         padding: 15px 0;
     }
     header .logo {
         justify-content: center;
     }
     header .logo {
         padding-bottom: 6px;
     }
     header .ordermobilenav {
         order: unset;
     }
     header .logo a {
         font-size: 18px;
     }
     .hmenu.black-menu-head {
         justify-content: flex-end;
     }
     header .menu-buttons {
         /* display: none; */
     }
     header .menu-buttons {
         justify-content: center;
     }
 }