:root{
  --heading-text-color: #ffffff;
  --color2:#000000;
}

.buy-now-btn {
    width: 150px;
    height: 40px;
    background-color: var(--color2);
    display: flex;
    align-items: center;
    justify-content: center;
}
.buy-now-btn a {
    font-size: 16px;
    font-family: 'Jost';
    font-weight: 500;
    letter-spacing: 1px;
    color: var(--heading-text-color);
}
a.wishlist_view img {
    width: 24px;
    height: 24px;
}


/* --------------------------Top Bar---------------------------- */
input:focus-visible {
    outline: none !important;
}
.contact_details ul li {
  list-style: none;
  display: inline;
  color: var(--heading-text-color);
}
.home .top_bar {
  position: relative;
  padding: 0px 0px 0px 0px;
}
.top_bar {
    background: #ffffff;
    width: 100%;
    padding: 5px 0;
    text-align: center;
}
.contact_details, .newsletter-iconimg, .fixed-header .side-navigation {
  text-align: center;
}
.contact_details ul li.search-box span {
  border: none;
  padding: 15px 18px;
  margin-right: 0;
}
.contact_details ul li span {
  padding-right: 10px;
}
.contact_details i{
  color: #00cdfc;
  font-size: 14px;
  cursor: pointer;
}
.serach_outer i{
  font-size: 24px;
  padding: 4px 0 0 0;
  color: #bbb;
}
.contact_details p {
  color: #033333;
  font-size: 15px;
  margin: 0 0 0 !important;
}
p.hi_bold, .side-navigation ul ul li:hover > a {
  color: #1e1d1c;
}
p.hi_normal {
  color: #757575;
}
.contact_details ul li span i {
  padding-right: 6px;
  color: #FD6564;
}
.contact_details ul li a, #site_top .con-info i, #site_top .details a, #footer_box .widget_calendar caption, #footer .copyright a:hover {
  color: #fff;
}
.socialbox a i, .social_widget a i {
    font-size: 20px;
    font-style: normal;
    font-family: 'FontAwesome';
    letter-spacing: 0px;
    width: 20px;
    text-align: center;
    padding-top: 5px;
    font-weight: 900;
    color: #FFF9F3;
    font-weight: 900;
    cursor: pointer;
}
.custom-social-icons a i:hover {
    color: #FD6564;
    transition: 0.3s ease-in;
}
#site_top .con-info span{
  background-color:#FD6564;
  padding: 8px;
  border:2px solid #fff;
}
#site_top .con-icons{
  padding-top: 10px;
}
#site_top .con-det{
  padding-left: 0;
}
#site_top .details-title
{
  /* font-family: "Montserrat"; */
  font-weight: bold;
  font-style: italic;
  font-size: 13px;
  color:#13182c;
}
#site_top .details{
  /* font-family: "Montserrat"; */
  font-size: 13px;
  color:#fff;
  padding-left: 3px;
  font-weight: bold;
}
.contact_spaninfo{
  margin-right: -7%;
}
#site_top .socialbox a{
  display: inline-block;
  margin-right: 0px;
  transition: 2s;
}
#site_top .socialbox a:hover{
  color:#FD6564;
  transform: scale(1.2);
}
#site_top .socialbox a i{
  color:#fff;
  font-size: 20px;
}
.socialbox .apply-online{
  background-color:#00cdfc;
  color:#fff;
  font-family: Montserrat;
  font-weight: bold;
  padding: 10px 12px;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 0px 4px;
}
.socialbox .apply-online:hover{
  color: #1e2027;
}
.shake-effect:hover i {
    transform: scale(1.3);
    transition: ease-out 0.5s;
    -webkit-animation: wiggle .05s alternate ease infinite;
    animation: wiggle .05s alternate ease infinite;
}
@keyframes wiggle {
  from { transform: rotate(0deg); }
  to   { transform: rotate(20deg); }
}
@-webkit-keyframes wiggle {
  from { -webkit-transform: rotate(0deg); }
  to   { -webkit-transform: rotate(20deg); }
}
/*----------Sticky Header------*/
.fixed-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  background: #fff !important;
  z-index: 999 !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.10);
  animation: slideDown 0.3s ease-in-out;
}
/* Ensure #header respects fixed positioning with no extra padding */
#header.fixed-header {
  position: fixed !important;
  top: 40px !important;
}
/* Override home page absolute positioning when sticky */
body.home #header.fixed-header {
  position: fixed !important;
  top: 0 !important;
}
.stickynavbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999999;
  box-shadow: 0 2px 10px rgba(0,0,0,0.12);
  animation: slideDown 0.3s ease-in-out;
}
/* Override the !important relative position on home page */
.home #header .menubar.stickynavbar,
#header .menubar.stickynavbar {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  background: #fff !important;
  z-index: 999999 !important;
  padding: 0;
}
@keyframes slideDown {
  from { transform: translateY(-100%); }
  to   { transform: translateY(0); }
}
.fixed-header #mySidenav{
  margin: 12px 0;
}
/* --------------------------Header---------------------------- */
.home #header .menubar{
  z-index: 99999;
  width: 100%;
  top: 20px;
  border-radius: 0px 0px 10px 10px;
  border:none;
  left: 0;
}
.blog #header .menubar{
  margin-top: 0%;
  border-radius: 0px 0px 10px 10px;
  border: none;
  background: #e4e4e4;
  width: 100%;
  top: 0px;
  position: static;
}
.home .page-template #header .menubar{
  width: 100%;
  background: #fff;
  top: -39px;
}
#header .col-lg-2.col-md-3.top_bar_btn {
  margin-top: 5px;
}
.header-contact-buttonbox a:hover {
    background: #FD6564;
    color: #fff;
}
.header-contact-buttonbox a {
    font-family: Raleway;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #FD6564;
    border: 2px solid #FD6564;
    padding: 16px 22px;
}
#header .logo img{
  max-height: 123px;
  width: auto;
}
.fixed-header .row.bg-media::after{
display: none;
}
.home #header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 70px 50px 10px;
}
.row.bg-media::after {
    content: "";
    border-bottom: 2px solid #5F222A80;
    width: 80%;
    position: absolute;
    bottom: -18px;
    right: 0;
}
#topbar {
  border-top: 10px solid #435061;
}
.menubar {
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
}
.home #header .menubar{
  border-radius: 0px 0px 10px 10px;
  border: none;
  width: 100%;
  top: 0px;
  position: relative !important;
}
.neseted-inner {
  top: 0;
  position: absolute;
}
.continnerbox {
  background-size: 100% 100%;
  color: #fff;
  border-top: 40px solid #435061;
  border-left: 60px solid transparent;
}
#header .logo h1, #footer .logo h1, #header .logo p.site-title {
  font-weight:700;
  padding:0;
  font-size:18px;
  font-weight:bold;
  margin-top: 0;
}
.logo {
  padding: 30px ;
}
.logo a.custom-logo-link{
  color:var(--color2);
}
.logo h1 a, .logo h1 a, .logo p.site-title a{
  color: #262626;
  text-transform: uppercase;
}
.logo p{
  color: #262626;
  margin-bottom: 0;
  font-size: 14px;
}
#header .top-contact{
  padding: 12px 0;
  font-size: 15px;
}
.menubar .social-media{
  padding:12px 0;
  text-align:center;
}
/* #header .search-icon {
  padding: 6px 8px 6px 11px;
  display: inline-block;
  transform: rotate(42deg);
  margin-right: 0px;
  transition: 2s;
  right: 0;
  margin: 15px 0;
} */
#header .search-icon i{
  color:#1f2c34;
  transform: rotate(-42deg);
  cursor: pointer;
}
.apply-button {
  text-align: right;
  /* margin: 10px 0; */
}

.apply-online:after {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  /* transition: all 0.3s ease;
  -webkit-transform: scale(.1);
  transform: scale(.1); */
}

/*----------------Menu bar-----------*/
@keyframes smoothScroll {
  0% {transform: translateY(-40px);}
  100% {transform: translateY(0px);}}
.close-sidebar {
  font-size: 25px;
  text-align: right;
  color: #fff;
  padding: 10px;
}
.headerbar {
  font-size: 25px;
  font-weight:900;
}

/* .side-navigation{
  margin-top: 16px;
} */
.fixed-header .side-navigation{
  margin: 12px 0px;
}
.side-navigation ul{
  list-style: none;
  margin: 0;
  padding-left: 0;
}
div#header {
    padding: 25px 0 20px;
}
.side-navigation li {
    position: relative;
    padding: 8px 53px 8px 0;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.side-navigation li:last-child{
  border-right: none;
}
.side-navigation ul ul {
    position: absolute;
    right: -36px;
    top: 31px;
    background: #FFF9F3;
    min-width: 250px;
    z-index: 9999;
  display: none;
}
.side-navigation ul ul ul{
  left: 100%;
  top: 0;
}
.side-navigation ul ul a{
  text-transform: none;
  font-weight: 600;
  padding: 10px 0px;
  font-size: 14px;
  line-height: 25px;
}
.side-navigation ul ul li,
.menubar.scrolled .side-navigation ul ul li{
  float: none;
  display: block;
  text-align: left;
  border-bottom: 1px solid var(--heading-text-color);
}
.side-navigation ul ul li:last-child{
  border-bottom: 0;
}
.side-navigation ul li:hover > ul{
  display: block !important;
  animation:fadeInRight .3s ease;
  -webkit-animation:fadeInRight .3s ease;
}
.side-navigation ul li.menu-item-has-children>a:after {
    content: "\f107";
    position: static;
    margin-left: 5px;
    font-family: "font awesome 5 free";
    font-weight: 900;
    float: right;
}



@keyframes fadeInRight{
 0%{opacity:0; transform:translate3d(10 0%,0,0)}
 100%{opacity:1; transform:none;}}
 .side-navigation #menu-primary-menu .current_page_item > a,
 .side-navigation #menu-primary-menu .current-menu-item > a,
 .side-navigation #menu-primary-menu .current_page_ancestor > a{
  color: var(--color2);
}
.side-navigation .menu > ul > li.highlight{
  background-color: #FD6564;
}
.side-navigation .menu > ul > li.highlight:hover{
  background: transparent;
}
.menubar.scrolled .menu > ul > li:hover > a:after,
.menubar.scrolled .menu > ul > li.current_page_item > a:after,
.menubar.scrolled .menu > ul > li.current-menu-item > a:after{
  height: 2px;
}
.menu > ul > li.exoplanet-search:after{
  background: transparent !important;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation{
  margin: 0 0 15px;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous{
  float: left;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: auto;
}
/*-----------------Search pop up----------------*/
 .serach_outer {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  overflow: hidden;
  z-index: 999999999999;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.8);
  display: none;
}
.serach_inner {
  position: absolute;
  top: 20%;
  transform: translateY(-20%);
  width: 100%;
  text-align: center;
}
.closepop {
  position: absolute;
  top: 5%;
  transform: translateY(-5%);
  width: 100%;
  right: 10px;
  text-align: right;
  z-index: 999999;
}
.serach_outer i {
  font-size: 24px;
  padding: 4px 0 0 0;
  color: #bbb;
  cursor: pointer;
}
.serach_inner form.search-form {
  display: table;
  border: 1px solid #bababf;
  padding: 20px 0;
  border-radius: 0;
  background: var(--heading-text-color);
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
}
input.search-input {
    border: none;
}
button.search-submit {
    border: none;
    background: transparent;
}
.search_popup label {
  background: transparent;
  width: 86%;
}
.search_popup input.search-field {
  padding: 1.5% 10px 1.5% 0;
  background: transparent;
  width: 100%;
  text-indent: 8px;
}
.social-media .dashicons{
  margin: 0 6px;
  padding: 0;
}
.menubar .social-media a:hover{
  color:#3890cb;
}
/* Back to top button css */
.scrollup {
  color: #00cdfc;
  position: fixed;
  display: none;
  bottom: 60px;
  right: -30px;
  margin:0;
  font-size: 18px;
  font-weight: 600;
  transform: rotate(-90deg);
  text-shadow: 1px 1px #000;
  z-index: 9999999999;
}
.scrollup.left{
  left: 15px;
  right: auto;
}
.scrollup.center{
  left: 45%;
  right: 44%;
}
.scrollup:focus,
.scrollup:hover{
  color: #00cdfc;
}
.scrollup span {
  display: inline-block;
}
.scrollup i{
  margin-left: 10px;
  transform: rotate(90deg);
}
/* ----------- Newsletter ---------------- */
#our-newsletter .newsletter{
  top: 10px;
  z-index: 999;
  border-radius: 0px 0px 10px 10px;
  width: 100%;
  background-color: #FD6564;
}
#our-newsletter .newsletter h3{
  /* font-size: 18px;
  letter-spacing: 2px;
  line-height: 22px; */
  /* color: var(--heading-text-color); */
  /* font-family: "Montserrat"; */
  font-weight: 800;
  padding-bottom: 0;
  text-transform: none;
}
.newsletter_text{
  padding-top: 15px;
  padding-bottom: 15px;
}
/* #our-newsletter .newsletter p{
  font-size: 13px;
  line-height: 22px;
  /* color: var(--heading-text-color); */
  /* font-family: "Montserrat"; */
/* } */
#our-newsletter .newsletter-form{
  padding-top: 0px;
}
#our-newsletter .newsletter-form input[type="email"]{
  width: 100%;
  border: 1px solid var(--color2);
  margin: 0px;
  color: #121212;
  padding: 20px;
  background-color: #f8f8f8b8;
}
#our-newsletter .newsletter-head{
  padding-left: 20px;
}
.newsletter-content {
  margin-top: 0px;
  width: 100%;
  margin-left: 0px;
}
#our-newsletter .newsletter-form input[type="email"]::placeholder{
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 22px;
  color:#121212;
  font-family: "Sarabun";
}
#our-newsletter .newsletter-form input[type="submit"]{
  /* border: 2px solid var(--heading-text-color); */
  padding: 8px 32px;
  background: var(--heading-text-color);
  color: #FD6564;
  border-radius: 5px 5px;
}
#our-newsletter .newsletter-form i{
  position: absolute;
  right: 45px;
  top: 34px;
  padding: 10px;
  font-size: 12px;
  color: #FD6564;
}
#our-newsletter .wpcf7-form-control-wrap {
  float: left;
  width: 100%;
}
.newsletter-icon {
  background-color: #fff;
  padding: 3% 2%;
  border-radius: 50%;
  border: 1px solid #e9e9e9;
}
.neswletter_shortcode_text{
  margin-top: 2%;
  color: var(--heading-text-color);
}
/*---------------- Footer Section ----------------------*/
/* div#footer {
    background-color: var(--color2) !important;
} */
.footer-top {
      margin: 0 auto;
      padding-top: 20px;
      padding-bottom: 20px;
}
.footer-top-col h3 {
  font-size: 20px;
  font-weight: bold;
}
.outer-footer {
  background-size: 100% 100%;
}
#footer form.search-form{
  border: none;
  background: transparent;
  padding: 0;
}
#footer form.search-form input{
  float: none;
  border: 1px solid;
  margin: 2px 2px;
}
#footer input, #footer textarea{
  background-color: transparent;
  color: var(--heading-text-color);
}
#footer textarea{
  height: 100px;
}
#footer p.post-date {
    color: var(--heading-text-color);  padding-bottom: 50px;

    font-size: 11px !important;
}
.copyright p {
  font-size: 14px;
  color: var(--heading-text-color);
  margin-bottom: 0;
}
.socialbox {
  float: right;
  font-size: 13px;
  line-height: 20px;
  color: #717271;
  /* font-family: "Montserrat"; */
}
#footer{
  text-align:center;
  color:#fff;
  text-align:left;
  background-repeat: no-repeat;
  background-size: cover;

}
#footer aside{
  margin-bottom: 20px;
}
.footer-top-col {
    border-left: solid 5px #FD6564;
    padding-left: 15px;
}
#footer .copyright p{
  font-size: 13px;
  letter-spacing: 0px;
  color: #fff;
  /* font-family: "Montserrat"; */
}
#footer .copyright a {
  color: #656667;
  cursor: pointer;
}
.newsletter-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.newsletter-image {
    height: 365px;
}

#footer input{
  padding:8px 8px;
  float:left;
  margin:0px 0;
  border-radius:0px;
  height: 100%;
  border: none;
}


#footer input[type="submit"] {
    padding: 0px 0px;
    background-color: var(--heading-text-color);
    color: transparent;
    text-transform: uppercase;
    width: 100%;
}


p.tag-input-btn br , p.tag-input br  {
  display: none !important;
}

#footer .custom-social-icons  a{
    color: #000000;
}


#footer .copyright{
  padding: 30px 40px;
  border-top: 1px solid #fff;
  align-items: center;
}
.main_sociobox {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}
.copyright-img {
  text-align: end;
}
.footer-copy {
    display: flex;
    align-items: baseline;
    gap: 5px;
    font-size: 16px;
    line-height: 32px;
    color: var(--heading-text-color) !important;
    font-weight: 400;
    font-family: 'Cabin';
}
.footer-copy p,.footer-copy a{
    color: #FFF9F3 !important;
    font-family: Cabin;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
  }
/* #footer p, #footer a{
  margin: 0;
  color: #fff;
  letter-spacing: 0px;
  /* font-family: "Montserrat";
  font-size: 13px;
  line-height: 25px;
  text-align: left;
} */
.widget_recent_entries img{
  width: 100px;
}
/* #footer h3.widget-title, #footer h3.top_title {
  color: var(--heading-text-color);
  font-size: 15px;
  letter-spacing: 1px;
 font-family: "Montserrat";
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
} */

#footer ul li:before {
    font-size: 13px;
    line-height: 30px;
    color: #717271;
    margin-right: 5px;
}
#footer ul li {
    list-style: none;
    margin: 0 0 5px 0;
    text-align: left;
    display: block;
    font-weight: 600;
    font-size: 13px;
}
.about_me table, .about_me td, .about_me th{
  border: none;
}
.about_me p.message {
  margin-bottom: 5px !important;
}
#footer_box .sub-menu, #our-newsletter .newsletter h3:after, amp-sidebar#sidebar1, .headerbar, .footer_hide{
  display: none;
}
.sub-menu li:hover{
  background-color: #FD6564;
}
.sub-menu li:hover a{
  color: var(--heading-text-color) !important;
}
.sub-menu li{
  margin-top: 0;
  height: auto;
  padding: 10px 20px;
}
#footer_box .socialbox i{
  color:#525b80;
  margin-left: 15px;
}
/* #footer_box .socialbox i:hover, #footer_box .about_me i, #footer ul li a:hover, .side-navigation a:hover, .closepop i:hover{
  color:#FD6564;
} */
#footer .widget_media_gallery img{
  padding-right: 25px;
  border:none;
}
.custom-social-icons a {
    padding-right: 20px;
}
/* Icon Grow */
#header .hvr-icon-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#header .hvr-icon-grow .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#header .hvr-icon-grow:hover .hvr-icon,
#header .hvr-icon-grow:focus .hvr-icon,
#header .hvr-icon-grow:active .hvr-icon {
  -webkit-transform: scale(1.3) translateZ(0);
  transform: scale(1.3) translateZ(0);
}


                                               /* My Custom Css */
section#site_top {
   padding: 10px;
 }
ul#menu-primary-menu-2 {
   display: flex;
   align-items:center;
}
li.shop-all:hover .sub-menu {
    display: block !important;
}
.shake-effect-1 a {
   font-size: 14px;
   letter-spacing: 3px;
   text-transform: uppercase;
   color: #000000;
   font-weight: 300;
   font-family: "Jost";
   text-align: center;
}
span.coupon{
  display: none;
  font-size: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--heading-text-color);
  font-weight: 300;
  font-family: "Jost";
  text-align: center;
  cursor: pointer;
}
.search-input-box {
  width: auto;
  border-radius: 50px;
  background-color: #ffffff;
  padding: 15px;
}
.search-container.search-btn.row {
  justify-content: center;
  align-items: center;
}
input.search-input::placeholder {
    font-size: 16px;
    letter-spacing: 1px;
    color: var(--color2);
    font-weight: 400;
    font-family: "Jost";
}
.header-logo {
  width: 100%;
  max-width: 55%;
}
.menu-btn {
    width: 100%;
}

ul#menu-primary-menu-2 li a , .sub-menu li a{
      letter-spacing: 0px;
    color: #5F222A;
    font-weight: 400;
    font-family: "Jost";
    text-align: center;
    font-family: Cabin;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
}
.shop-all a {
    display: flex;
    align-items: center;
    width: 100%;
}
.socialbox_btn {
    display: flex;
    gap: 15px;
    justify-content: end;
    align-items: center;
}
.wishlist-counter {
    width: 25px;
    height: 23px;
    background-color: var(--color2);
    color: var(--heading-text-color);
    padding-left: 10px;
    clip-path: polygon(25% 0%, 100% 1%, 100% 100%, 25% 100%, 0% 50%);
    display: none;
}
span.cart-counter {
  width: 20px;
  font-size: 14px;
  height: 20px;
  background-color: #cc0c39;
  color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: -18px;
  right: -12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
a.cart-customlocation , .socialbox_btn .wishlist_view {
  position: relative;
    display: flex;
    gap: 10px;
    align-items: center;
}
.serch-popup {
    display: none;
}
div#mbl-menu , .header-logo-2{
    display: none;
}
.serch-popup-2{
  display: none;
}
.row.foot-col {
    justify-content: space-between;
}
/* ----------------- Footer ----------- */


#footer_box h3 {
    color: #FFF;
    font-weight: 500;
    font-family: 'Cabin';
    font-family: Cabin;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
}
#menu-footer-menu, ul#menu-footer-care , ul#menu-footer-widgets{
  margin: 0;
}
#menu-footer-menu li, ul#menu-footer-care li, ul#menu-footer-widgets li{
  padding: 0;
}
.about_me p a {
    font-family: Cabin;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: lowercase;
    color: #FFF9F3;
}
.about_me p {
    text-align: left;
    margin: 0;
}
.about_me i {
    color: #fff !important;
    font-size: 22px !important;
}
#footer ul li a:hover {
    color: #FD6564 !important;
}

#footer ul li a {
    color: #FFF9F3;
    font-weight: 400;
    font-family: "Jost";
    font-family: Cabin;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 35px;
    letter-spacing: 0%;
    text-transform: capitalize;
    cursor: pointer;
}
.textwidget.custom-html-widget h3 {
  font-size: 36px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 600;
  font-family: "Jost";
}
.textwidget.custom-html-widget p {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 32px;
  color: #000000;
  font-weight: 400;
  font-family: "Jost";
}
.footer_1 {
  padding: 4rem 40px;
}
.copyright{
  padding: 30px 0;
  border-top: 1px solid var(--heading-text-color);
}
ul#menu-primary-menu-4{
  margin: 0;
}
ul#menu-primary-menu-4 li a{
  font-size: 18px;
  letter-spacing: 0px;
  color: var(--heading-text-color);
  font-weight: 400;
  font-family: "Jost";
  text-align: center;
}
.f1 .sale-sale a {
    color: var(--heading-text-color) !important;
}
#custom_html-1 .wpcf7-form-control-wrap {
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
    gap: 5px;
}
#custom_html-1 span.wpcf7-form-control-wrap:before {
    content: '\f0e0';
    font-family: 'Font Awesome 5 Free';
    font-size: 25px;
    color: #000000;
}


/*  Responsive Css  */

@media screen and (min-width:1042px) and (max-width:1441px){
  section#site_top {
    padding: 5px;
  }

  
  .logo-menu {
    gap: 15px;
  }
  ul#menu-primary-menu-2 li a, .sub-menu li a {
    font-size: 14px;
  }
  .side-navigation li {
    position: relative;
    padding: 0px 15px;
  }
}

@media screen and (max-width:991px) {
  .header-logo{
    display: none;
  }
  .header-logo-2{
         display: block;
  }
  .buy-now-btn {
    width: 100px;
    height: 30px;
  }
  .buy-now-btn a {
      font-size: 14px;
      letter-spacing: 0px;
  }
  li.shop-all:hover .sub-menu {
    display: block;
  }
  section#site_top {
    padding: 0px;
  }
  html.yes-js.js_active.js {
    margin: 0 !important;
  }
  .contact_details {
    padding: 3px 0;
  }
  .shake-effect-1 a {
    font-size: 12px;
    letter-spacing: 1px;
  }
  div#mbl-menu {
    display: flex;
    position: relative;
  }
  div#open_nav > i {
    color: var(--color2);
    font-size: 26px;
  }
  .menu-btn {
    display: none;
  }
  .serch-popup-2 {
    display: none;
  }

  span.cart-counter, .wishlist-counter {
    width: 15px;
    height: 15px;
    font-size: 12px;
    background-color: #ca123e;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    right: -6px;
    color: var(--heading-text-color);
    }
    a.cart-customlocation {
        position: relative;
    }
    button#search-pop {
        padding: 0;
    }
    .header_row {
        padding: 10px 0;
    }
    .search-input-box{
      padding: 10px ;
    }
    #search-pop img, .account a img {
        width: 20px;
    }
    a.cart-customlocation img {
    width: 93%;
   }


   ul#menu-primary-menu-1 li a {
        font-size: 18px;
        letter-spacing: 0px;
        color: #5F222A;
        font-weight: 400;
        font-family: inherit;
        text-align: left;
        width: 100%;
        display: block;
        font-family: Cabin;
        font-weight: 400;
        font-style: Regular;
        font-size: 15px;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: 0%;
        text-transform: uppercase;
   }
   .side-navigation li{
     height: 100%;
     flex-direction: column;
   }
   .footer_1 {
    padding: 2rem 0;
   }
   p.tag-input-btn,p.tag-input{
     height: 40px;
   }
   .main_sociobox {
          display: unset;
   }
   .footer-copy {
    justify-content: left;
   }
   .copyright-img {
    text-align: end;
   }
  
   
}


