
/* offcanvas */
.menubars-svg path{
  fill: var(--blackk);
}
.main-siderbar .btn.border-none{
  background: transparent;
  width: 40px;
  height: 40px;
  box-shadow: none;
}
.home .offcanvas-end {
  padding-top: 3%;
  width: 450px;
  padding-left: 15px;
}
.offcanvas-body p,.offcanvas-body h6{
  color: #4c4c4c;
}
.offcanvas-body .icon-social i{
  color: var(--white);
  background: var(--green);
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50px;
  text-align: center;
}
.offcan-social-media-plateform i {
  background: var(--green);
    color: var(--white);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50px;
}
.offcan-social-media-plateform i:hover,.offcanvas-body .icon-social i:hover{
  background: var(--white);
  color: var(--green); 
}
.offcanvas .btn-close{
  font-size: 0px;
}
.main-siderbar .btn-close i {
  color: var(--green);
  font-size: 30px;
  position: relative;
  right: 40px;
}
.offcanvas-header{
  justify-content: end !important;
}
.offcanvas{
background: var(--yellow) !important;
}
.header-icon-text img{
  width: 50px;
  height: auto;
  border-radius: 50%;
  border: 1px solid var(--green);
  padding: 4px;
}
/* topbar */
.topbar-info-contents img {
  width: 14px;
  height: 14px;
}
.topbar-info-contents a{
  font: 400 14px / 16px var(--pri-font);
  color: #000000;
}
.topbar-info-contents a:hover{
  /* color: var(--purple); */
}
.topbar-cls {
  padding: 8px 0px;
}
.woocommerce-mini-cart__empty-message{
  display: none;
}

/*header*/
.cat_toggle{
  background: #fff;
  border-radius: 6px;
  padding: 10px 12px;
  display: flex;
  justify-content: space-between;
  font: 500 15px / 19px var(--pri-font);
  color: #000;
  cursor: pointer;
}
.header_meta svg {
  justify-content: space-around;
  display: flex;
  background: #fff;
  width: 36px;
  height: 36px;
  padding: 8px;
  border-radius: 6px;
}
.header_meta svg:hover {
  background: linear-gradient(232.41deg, var(--violet) 6.82%, var(--dark-purple) 55.57%, var(--purple) 95.57%) !important;
}
.header_meta svg:hover path {
  fill: #fff;
}
.admin-block-clas {
  margin-left: 12px;
}
#header_navigation{
  position: absolute;
  width: 100%;
  padding-top: 20px;
}
.logo{
  position: relative;
  z-index: 1;
  width: 220px;
}
.logo a {
  color: #000;
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: 400;
}
.logo a:hover {
  color: #fff;
}
.logo p{
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
}
.topbar-order-tracking-icon-box img{
  width: 14px;
}
.topbar-order-tracking-icon-box{
  color: var(--white);
}
.topbar-order-tracking-icon-box {
  background: linear-gradient(90deg, var(--purple) 0%, var(--violet) 49%, var(--blue) 100%);
  padding: 10px 20px;
  font: 400 14px / 14px var(--pri-font);
  clip-path: polygon( 2.442% 84.98%,0% 0%,100% 0%,97.558% 84.98%,97.558% 84.98%,97.472% 87.737%,97.381% 90.235%,97.285% 92.465%,97.184% 94.422%,97.08% 96.096%,96.972% 97.483%,96.861% 98.573%,96.748% 99.361%,96.632% 99.839%,96.516% 100%,3.484% 100%,3.484% 100%,3.368% 99.839%,3.253% 99.361%,3.139% 98.573%,3.028% 97.483%,2.92% 96.096%,2.816% 94.422%,2.715% 92.465%,2.619% 90.235%,2.528% 87.737%,2.442% 84.98% );
}
.header-main-outer-box {
  padding: 10px 10px;
}
.stickynavbar .header-main-outer-box {
  background: #131314;
  padding: 20px 20px;
  border-radius: 10px;
}
.main-navigation ul#menu-primary-menu li.current-menu-item > a:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  bottom: 0;
  top: unset;
  left: 0px;
  margin: auto;
  border-radius: 0px;
  animation: rubberBand 3s infinite alternate ease-in-out;
}
#site-navigation{
  width: 100%;
}
.main-navigation ul {
  margin: 0;
  width: 100%;
  padding: 0;
}
#mySidenav{
  justify-content: center;
}
.header-main-box,.headerbar {
  position: relative;
  z-index: 99;
  padding-left: 10%;
}
.main-navigation #menu-primary-menu a {
  display: inline-block;
  position: relative;
  transition-duration: 0.3s;
  letter-spacing: 0px;
  color: var(--white);
  cursor: pointer;
  font: 700 14px / 20px var(--pri-font);
  /* padding: 2px 4px; */
}
.main-navigation ul#menu-primary-menu .current-menu-item > a{
  /* font-weight: 600;
  position: relative; */
}
.header-svg svg {
  width: 15px;
}
.main-navigation  ul#menu-primary-menu li li.current-menu-item > a:after{
  top: 0;
  left: 5px;
}
.stickynavbar{
  position: fixed;
  top: 0px;
  width: 100%;
}
.nav_wrap {
  clear:both;
  background-color: transparent;
  margin-bottom: 0em;
  z-index: 99;
}
.admin-bar .stickynavbar{
  margin: 32px 0px 0px 0px !important;
}

.menubar .social-media{
  padding:12px 0;
  text-align:center;
}
.scrolled {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 9999999;
  background:#fff;
}
#masthead.scrolled {
  background: #ccc;
}
.stickynavbar{
  position: fixed !important;
}
#header_navigation .top-right {
  top: 0;
  position: absolute;
  right: 0;
  padding: 8px 3px;
  background-color: var(--color-primary);
  border-radius: 50%;
}
#header_navigation .top-right select{
  border:none;
  width:70px;
  background-color:transparent;
  color:#fff;
}
.btn-header{
  margin-left: 20px;
  margin-top: 8px;
}



/* ------------- Header ---------------- */
.contains-search{
  cursor: pointer;
}
.headerbar .header-nav{
  text-align: center;
  padding-top: 8px;
}
.headerbar .socialbox{
  padding: 10px 10px 10px;
  background-color: #FFEC00;
  text-align: right;
}
.headerbar .socialbox a{
  margin: 10px;
  color:#000;
}
#header_navigation  ul.sub-menu a{
  padding: 5px 10px !important;
  margin: 0px !important;
}
.main-navigation ul li:hover > ul{
  display: block;
}
.main-navigation ul ul{
  display: none;
  position: absolute;
  min-width: 220px;
  z-index: 9;
  padding-left: 0;
  border: none;
  top: 37px;
}
ul.list_nav {
  margin: 0 auto;
  text-align: center;
  display: block;
  text-align: right;
}
.site-header{
  position: relative;
  z-index: 13;
  width:100%;
  /* top: 30px; */
}
.login-button.btn{
  color: #000;
  font: 500 16px / 20px var(--pri-font);
}
.signup-button.btn{
  background: var(--red);
  color: #fff;
  font: 500 16px / 20px var(--pri-font);
  border-radius: 25px 8px 25px 8px;
  padding: 12px 25px;
}
.header-button-box{
  display: flex;
  justify-content: end;
  position: relative;
  z-index: 2;
}
.main-navigation li a:hover{
  color: var(--color-primary);
}
#header_navigation .cart_box {
  position: relative;
}
#header_navigation a.cart-customlocation {
  position: absolute;
}
#header_navigation .cart_box i {
  font-size: 16px;
  color: #fff;
}
.main-navigation li{
  position: relative;
  display: inline-block;
  padding: 8px 14px;
}
.main-navigation .sub-menu li .current_page_item > a{
  color: #fff;
}
.main-navigation ul#menu-primary-menu .sub-menu .current-menu-item > a{
  color: #fff;
  width: 100%;
  border: none;
}
.stickynav .main-navigation .current-menu-item > a{
  color: #fff;
}
.main-navigation ul li:last-child{
  margin-right: 0px;
}
.main-navigation a:last-child{
  margin-right: 0px;
}
#header_navigation .menu-item-has-children:after {
  content: "\f107";
  /* position: static; */
  margin-left: 3px;
  font-family: "font awesome 5 free";
  font-weight: 900;
  position: relative;
  right: 0px;
  top: 2px;
  height: fit-content;
  bottom: 0;
  margin: auto;
  color: #fff;
 }
.main-navigation li > a:only-child:after { content: '' ;margin-left: 0px;}

.main-navigation ul ul ul{
  left: 100%;
  top: 0;
}
.main-navigation ul ul a{
  text-transform: capitalize;
  font-weight: 500;
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  padding-left: 10px;
  text-align: left;
  padding: 5px 20px;
  transition: all 0.5s ease 0s;
}
ul.sub-menu li a:hover {
  -moz-transform: translate(15px, 0%);
  -ms-transform: translate(15px, 0%);
  -webkit-transform: translate(15px, 0%);
  -o-transform: translate(15px, 0%);
  transform: translate(15px, 0%);
}
.main-navigation ul ul li,
.menubar.scrolled .main-navigation ul ul li{
  float: none;
  display: block;
  text-align: left;
}
.main-navigation ul ul li:hover > a{
  color: var(--white) !important;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation{
  margin: 0 0 15px;
  overflow: hidden;
}


/* footer */
.footer-content{
  justify-content: space-between;
}
#footer_box {
  background: #262626;
}
.footer1 .custom-social-icons {
  padding: 6px 20px;
  width: fit-content;
  position: relative;
  border-radius: 50px;
  background: transparent;
}
.social_widget i {
  position: relative;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.social_widget i:hover {
  color: var(--purple);
}
.footer1 .custom-social-icons:after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -2px;
  right: 0;
  border-radius: 350px;
  z-index: -1;
  padding: 1px;
  background: linear-gradient(90deg, var(--purple) 0%, var(--violet) 49%, var(--blue) 100%);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}
.footer2 #menu-quick-links,#menu-customer-support{
  padding: 0;
  list-style-type: none;
}
.footer2 #menu-quick-links li a, #menu-customer-support li a,.custom-social-icons a{
  font: 400 16px / 50px var(--pri-font);
  color: #fff;
}
.footer1 .widget_media_image{
  padding-bottom: 5%;
  text-align: center;
  width: 220px;
}
.footer1 .widget-title, .footer2 h4, .footer3 h4, .footer4 h4{
  padding-bottom: 8%;
  position: relative;
  color: #fff;
  font: 500 23px / 30px var(--pri-font);
}
#footer-box .contact-text {
  font: normal normal normal 15px / 24px var(--pri-font);
}
.footer-copy{
  font: 400 14px / 20px var(--pri-font);
  color: #000;
  padding: 15px 0px;
}
.copyright-menus-box a{
  color: #fff;
}
.footer2 #menu-quick-links li a,#menu-customer-support li a,.menu-legal-policies-container li a {
  position: relative;
}
.footer2 #menu-quick-links li a:before,#menu-customer-support li a:before,.menu-legal-policies-container li a:before {
  display: none;
  content: '';
  width: 10px;
  height: 2px;
  background: var(--white);
  left: -15px;
  top: 0px;
  position: absolute;
  bottom: 0;
  margin: auto;
}
.footer2 #menu-quick-links li:hover a:before,#menu-customer-support li:hover a:before,.menu-legal-policies-container li:hover a:before{
  display: block;
  animation: fadeInLeft;
  animation-duration: 0.8s;
}
.footer2 #menu-quick-links li:hover a,#menu-customer-support li:hover a,.menu-legal-policies-container li:hover a{
  color: var(--white);
  left: 15px;
  animation: fadeInLeft;
  animation-duration: 1s;
}
.get-newsletter-box h4{
  font: 600 30px / 35px var(--pri-font);
  color: #514F4F;
  align-self: center;
}
.newsletter-main-box{
  padding: 3% 3% 2% 3%;
}
.mail-box p{
  display: flex;
}
.get-newsletter-box{
  display: flex;
  background: #fff;
  padding: 30px 10px;
  border-radius: 10px;
  justify-content: space-evenly;
}
.mail-box .wpcf7-form-control-wrap input {
  border: none;
  background: transparent;
  padding: 10px 12px;
  position: relative;
  z-index: 1;
}
.newsletter-form-box form{
  position: relative;
}
.mail-box .wpcf7-not-valid-tip{
  position: absolute;
}
.newsletter-form-box form .wpcf7-response-output {
  position: relative;
  width: fit-content;
  /* margin: 0 auto; */
  color: #000 !important;
  padding: 5px 5px;
  font: 300 12px / 12px var(--pri-font);
}
.mail-box .wpcf7-form-control-wrap{
  position: relative;
}
.mail-box .wpcf7-form-control-wrap:after{
  content: '';
  width: 95%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  border-radius: 8px;
  z-index: 0;
  padding: 2px;
  background: linear-gradient(90deg, var(--purple) 0%, var(--violet) 49%, var(--blue) 100%);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  overflow: hidden;
  -webkit-transform: perspective(330px) rotateX(-30deg);
  -o-transform: perspective(300px) rotateX(-30deg);
  -moz-transform: perspective(300px) rotateX(-30deg);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 0% 100%;
}

.mail-box input.wpcf7-form-control.wpcf7-submit.has-spinner{
  clip-path: polygon(100% 82.759%, 100% 82.759%, 99.951% 85.555%, 99.81% 88.208%, 99.585% 90.682%, 99.283% 92.941%, 98.911% 94.95%, 98.478% 96.673%, 97.991% 98.076%, 97.458% 99.121%, 96.886% 99.774%, 96.283% 100%, 3.856% 100%, 3.856% 100%, 3.01% 99.565%, 2.247% 98.335%, 1.581% 96.422%, 1.024% 93.94%, 0.591% 91.001%, 0.294% 87.717%, 0.147% 84.203%, 0.162% 80.569%, 0.354% 76.93%, 0.735% 73.397%, 9.868% 7.88%, 9.868% 7.88%, 10.088% 6.466%, 10.335% 5.174%, 10.606% 4.011%, 10.899% 2.984%, 11.213% 2.098%, 11.543% 1.359%, 11.889% 0.774%, 12.246% 0.348%, 12.614% 0.088%, 12.99% 0%, 13.116% 0%, 16.334% 0%, 22.77% 0%, 48.513% 0%, 96.283% 0%, 96.283% 0%, 96.886% 0.226%, 97.458% 0.879%, 97.991% 1.924%, 98.478% 3.327%, 98.911% 5.05%, 99.283% 7.059%, 99.585% 9.318%, 99.81% 11.792%, 99.951% 14.445%, 100% 17.241%, 100% 82.759%);
  border: none;
  background: #262626;
  padding: 8px 40px;
  color: #fff;
}

/* ---------- Return to Top ------------ */
#return-to-top {
  display: inline-block;
  background : linear-gradient(90deg, var(--purple) 0%, var(--violet) 49%, var(--blue) 100%);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  opacity: 1;
  visibility: visible;
  z-index: 3;
  animation: float 3s ease-in-out infinite;
}
@keyframes rotate{
  100% {
    transform: rotate(2520deg);
  }
}
#return-to-top:after {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  font-size: 25px;
  color: #fff;
  text-align: center;
  line-height: 50px;
}
#return-to-top:hover {
  cursor: pointer;
  background-color: #1c1c1c;
}
#return-to-top:active {
  background-color: #555;
}
#return-to-top.show {
  opacity: 1;
  visibility: visible;
}


a.contact-text,.footer1 .textwidget{
  color: #fff;
  font: 400 14px/20px var(--pri-font);
}
.footer-svg i{
  color: #fff;
}

