/*  new css START  */
.home .site-header{
  z-index: 10;
}
/*  new css END  */

/* --------------------------Top Bar---------------------------- */
.contact_details ul {
  margin: 0;
}
.contact_details ul li {
  background: #f6bf63c7 0% 0% no-repeat padding-box;
  border: 1px solid #FFFFFF;
  border-radius: 20px;
  opacity: 1;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
   list-style: none;
  display: inline;
  color: var(--white);
  padding: 12px 15px;
  /* font-size: 16px; */
  border: 1px solid #fff;
  border-radius: 50px;
}
.contact_details ul li:first-child{
  /* padding-left: 10px; */
}
.contact_details ul li:last-child{
  margin-left: 10px;
}
.top_bar {
  background: #BB8739;
  width: 100%;
  float: left;
  padding: 15px 0;
  position: absolute;
  z-index: 99;
  bottom: 0;
}
.main-no-dot{
  z-index: 999;
  position: relative;
  top: -6.5%;
}

.contact_details {
  padding: 11px 0;
}
.contact_details ul li span {
  padding-right: 20px;
  color: var(--white);
}
.contact_details i {
  color: var(--white);
  cursor: pointer;
}
.serach_outer i {
  font-size: 24px;
  padding: 4px 0 0 0;
  color: var(--lightgrey3);
}
.contact_details ul li a {
  color: var(--white);
  font-family: 'Outfit';
  font-size: 16px;
  font-weight: 600;
}
#site_top .header-text{
  color: #fff;
  font-size: 20px;
  font-family: 'Outfit';
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  margin: 0;
}
.header-text:after {
  content: '';
  display: block;
  border-bottom: 1px solid white;
  width: 23%;
  bottom: -10%;
  left: 25%;
  margin: 0 auto;
  position: absolute;
}

#site_top .header-text
{
  position: relative;
}
/* #site_top .header-text::after
{
  content: "";
  position: absolute;
  border-bottom: 1px solid #fff;
  top: 0;
  right: 0;
  bottom: 0;
  width: 83px;
} */
.post-template-default .main_title{
  display: none;
}
#site_top .socialbox {
  margin-top: 8px;
}
#comments input[type="submit"].submit:hover{
  background-color: #000;
  color:#BB8739;
  border:1px solid #BB8739;
}
.single-post .socialbox a i, .single-post .social_widget .custom-social-icons a i {
  transform: translateX(-3px);
}
.product-template-default .socialbox a i, .product-template-default .social_widget .custom-social-icons a i {
  transform: translateX(-3px);
}
#site_top .socialbox a, .social_widget .custom-social-icons a i{
  color: #FFF;
  margin: 0px 5px;
  border-radius: 50px;
  height: 40px;
  width: 40px;
  border: 1px solid;
  line-height: 38px;
  background: transparent;
  text-align: center;
}
#site_top .socialbox .pintrest {
  padding-right: 0px !important;
}
.copyright .socialbox a {
  color: #5b5b5b;
  border-right: solid 1px var(--lightgrey10);
  border: 1px solid #5b5b5b !important;
}
amp-sidebar#sidebar1 {
  display: none
}
[class*="amphtml-sidebar-mask"] {
  background: none;
  z-index: 99;
}
.i-amphtml-sidebar-mask{
  position: static!important
}
/*-----------------Search pop up----------------*/
.serach-page input.search-field {
  padding: 10px;
}
button.search-submit {
  border: 0;
  background-color: transparent;
}
input.search-field {
  border: none;
  padding: 4px 0;
  background-color: transparent;
  width: 83%;
}
/* --------------------------Header---------------------------- */
.head-togle{
  text-align: end;
  align-items: center;
  display: flex;
  padding: 0;
}
#header_widgets .header_title{
  margin: 0;
  padding: 0;
  color: #fff;
  position: relative;
}
.header_title::after{
  content: "";
  position: absolute;
  border-bottom: 1px solid #fff;
  top: 0;
  right: 0;
  bottom:0;
  width:83px;
}
#header .logo img {
  max-width: 70% !important;
  width: auto;
}
.menubar {
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
}
#header .logo, #footer .logo {
  margin: 0;
  padding: 16px 0;
}
#header .logo h1, #footer .logo h1 {
  font-weight: 700;
  padding: 0;
  margin-bottom: 8px;
  font-size: 30px;
  font-weight: bold;
  margin-top: 0;
}
.logo a.custom-logo-link {
  color: black;
}
.logo h1 a, .logo h1 a {
  color: var(--grey1);
  text-transform: uppercase;
  font-size: 26px;
}
.logo p {
  color: var(--grey1);
  margin-bottom: 0;
  font-size: 14px;
}
.logged-in .scrolled{
  /* height: 91px;
  padding: 20px; */
}
.logged-in .scrolled .toggle-nav{
  top: 50% !important;
}
.logged-in .scrolled #header .logo img{
  width: 45%;
}
.header-customize.scrolled{
  top: 0;
}
.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999999;
  background: #282829;
}
/*----------------Menu bar-----------*/
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
ul.list_nav {
  margin: 0 auto;
  text-align: center;
  display: block;
}
.main-navigation ul {
}
.main-navigation li {
  position: relative;
  padding: 15px 35px 15px 0px;
  display: inline-block;
  cursor: pointer;
}

.main-navigation li:last-child {
  border-right: none;
  padding-right: 26px;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  color: #ffffff !important;
  padding: 0;
  font-size: 18px;
  position: relative;
  text-transform: capitalize;
  font-family: 'Outfit' !important;
  font-weight: 600;
}
.main-navigation ul ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  /* background-color: #BB8739; */
  min-width: 225px;
  z-index: 9999;
  transform: unset;
  /* border: 1px solid #BB8739; */
  /* box-shadow: 0 8px 6px -6px #BB8739; */
  cursor: pointer ;
}
.side-navigation ul li.current_page_item {
    border: 2px solid #fff;
    border-radius: 50px;
    background: #566e89;
    padding: 4px 26px;
    margin: 20px;
}
.main-navigation ul ul ul {
  left:93%;
  top: 0;
}
.main-navigation ul ul a {
  padding: 0px 0 0px 15px;
  line-height: 1.5;
  color: var(--black2);
  font-size: 14px;
  position: relative;
  text-transform: capitalize;
  font-weight: 600;
  font-family: 'Montserrat';
  cursor: pointer  !important;
}
.main-navigation ul ul li, .menubar.scrolled .main-navigation ul ul li {
  float: none;
  display: block;
  text-align: left;
  border-bottom: 1px solid #000;
  padding: 6px 6px;
}
.main-navigation ul ul li:last-child {
  border-bottom: 0;
}
.main-navigation ul li:hover>ul {
  display: block;
}
#menu-vw-gift-shop-proprimary-menu .current_page_item>a {
  background: #131212;
  backdrop-filter: blur(30px);
  color: #BB8739 !important;
  padding: 10px 30px;
  border-radius: 50px;
  border: 1px solid #FFDDAA;
  font-family: 'Outfit' !important;
  background: #ffffff33;
}
.sub-menu .current-menu-item{
  background: #BB8739 !important;
}
.sub-menu .current-menu-item a{
  background: unset;
  border:unset;
  color: #fff !important;
}
.main-navigation .menu>ul>li.highlight {
  background-color:#BB8739;
}

#menu-primary-menu .current-menu-item a:before {
    display: none;
}
.main-navigation .menu>ul>li.highlight:hover {
  background-color: 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-color: 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;
  width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: auto;
}
/* .scrolled .innermenubox{
  margin-left: 35% !important;
} */
.innermenubox {
  display: flex;

}
.search-icon {
  padding-top: 3px;
}
.search-icon i {
  border-left: 2px solid #cfcfcf;
  padding: 0 26px;
  padding-right: 0;
  color: var(--orange);
}
/*----------------------Mobile Menu Icon------------------------------*/
/*-----------------Superfish Menu------------------*/
.sf-arrows .sf-with-ul {
  padding-right: 15px;
}
.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  right: 0;
  margin-top: -2px;
  height: 0;
  width: 0;
  border-top-color: var(--grey2);
}
.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: var(--grey2);
}
.sf-arrows ul li>.sf-with-ul:focus:after, .sf-arrows ul li:hover>.sf-with-ul:after, .sf-arrows ul .sfHover>.sf-with-ul:after {
   border-left-color: var(--grey2);
}
.toggle-nav, a.closebtn {
  display: none;
}
/*-------------------------Header Widgets---------------------*/
#header
{
  position: relative;
  /* z-index: 12; */
  /* background: transparent; */
  /* height: 400px; */
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #dfdfdf54;
}
#header input.search-field {
  width: 100%;
  background-color: #f1f1f1;
  padding: 15px 20px;
  font-family: var(--common-font-mm);
  outline: none !important;
  border-radius: 50px;
  font-style: italic;

}

#header input.search-field::placeholder {
  color: gray !important
}

#header [type="submit"] {
  display: inline-block;
  overflow: hidden;
  font-size: 0;
}

#header [type="submit"]:before {
  content: "\f002";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 14px;
}
#header [type="submit"] {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px 14px;
  background-color: transparent;
  border: inherit;
  color: #f06844;
  cursor: pointer;
}
#header .widget.woocommerce.widget_product_search {
  padding: 5px;
  max-width: 90%;
  position: relative;
  margin-left: 7px;
}
#header input::placeholder {
    opacity: 1 !important;
    color: #000 !important;
}
#cart_animate {
  position: absolute;
    top: 56px;
    z-index: 99;
    background-color: var(--white);
    width: 100% !important;
    left: 0;
    display: none;
}
.cat_toggle {
  background-color: #e4573d;
  border-radius: 50px;
  padding: 13px 18px;
  /* margin-top: 5px; */
  font-size: 16px;
  color: #ffffff !important;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: var(--common-font-mm);
  text-transform: uppercase;
}
.cat_toggle i {
  font-size: 17px;
  float: right;
  padding-top: 4px;
  cursor: pointer;
}
#cat_toggle ul {
  padding: 0px 10px;
  margin: 0;
}
#cat_toggle ul li {
  list-style: none;
  padding-bottom: 5px;
}
#cat_toggle ul li a {
  color: var(--lightgrey4);
}
#cat_toggle ul li a:hover {
  color: var(--orange);
}
#header_widgets input::-webkit-input-placeholder{
  color: var(--black);
  font-style: italic;
}
#header_widgets input::-moz-placeholder {
  color: var(--white);
  font-style: italic;
}
#header_widgets input:-ms-input-placeholder {
  color: var(--white);
  font-style: italic;
}
#header_widgets input:-moz-placeholder{
  color: var(--white);
  font-style: italic;
}
#header_widgets .divider {
  width: 2px;
  margin: 6px 0;
  background:white;
  width: 2px;
  height: 30px;
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  left: -13px;
}
#header_widgets .product-categories ul{
  list-style-type: none;
  margin-left: 0;
  position: relative;
}
#header_widgets .product-categories ul li:last-child{
  border-bottom: none;
}
#header_widgets .product-categories ul li:before{
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: var(--grey10);
  right: 21px;
  top: 50%;
  transform: translateY(-50%);
}
#header_widgets .product-categories ul li a{
  padding: 0 15px;
  font-weight: 400;
  font-size: 14px;
}
#header_widgets .product-categories li {
  border-bottom: 2px dotted var(--white12) !important;
  position: relative;
  padding: 15px;
}
#header_widgets .product-categories li:last-child{
  border-bottom:none;
}
#header_widgets .product-categories .cat-parent{
  position: relative;
}
#header_widgets .product-categories .children{
  left: 275px;
  top: 0;
  z-index: 999999999;
  -webkit-box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.11);
}
#header_widgets .product-categories .cat-parent:hover .children{
  display: block;
}
#header_widgets .product-categories .children{
  display: none;
  width: 100%;
  position: absolute;
  background-color: white;
}
#header_widgets .product-categories li:before {
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: var(--lightgrey4);
  right: 21px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

/*-----------------Header Cart----------------*/
#cart {
  background: black;
  right: 0;
  top: 60px;
  margin: 0 auto;
  text-align: left;
  padding: 20px;
  position: absolute;
  z-index: 9999;
  width: 500px;
  display: none;
}
.divider_col{
  display: flex;
  gap:8px;
}

.cart_box i, .wishlist_view i, .account_icon i{
  color: #fff;
  font-size: 16px;
  padding: 10px;
  border: 1px solid #FFDDAA;
  border-radius: 50px;
  backdrop-filter: blur(30px);
  background: #ffffff33;
}
li.cart_box {
  border: none;
  padding: 0;
  margin-right: 0;
  list-style: none;
}
li.cart_box {
  display: block;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
li.cart_box span.cart-value {
  margin: 0;
  text-align: center;
  background-color: var(--orange);
  border-radius: 50%;
  color: var(--white);
  padding: 2px 7px;
  position: absolute;
  bottom: 3px;
  right: 2px;
  height: 15px;
  width: 25px;
  height: 25px;
}
#top-add-to-cart p.woocommerce-mini-cart__total.total {
  color: var(--white);
}
li.cart_box, .logo_outer {
  background: transparent;
  text-align: right;
}
#top-add-to-cart p.woocommerce-mini-cart__empty-message {
  color: var(--lightgrey11);
}
#top-add-to-cart span.quantity {
  color: var(--white);
}
/*-----------------Search pop up----------------*/
.header-search-box i {
  cursor: pointer;
}
.serach_outer {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #111;
  overflow: hidden;
  transition: 0.5s;
  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: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.closepop {
  position: absolute;
  top: 29%;
  transform: translateY(-50%);
  width: 100%;
  right: 0;
  text-align: right;
  margin-right: 28px;
  z-index: 999999;
}
.serach_outer i {
  font-size: 17px;
  padding: 4px 0 0 0;
  color: var(--white);
  cursor: pointer;
}
.serach_inner form.search-form {
  display: table;
  border-radius: 0;
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
}
.serach-page input.search-field {
  border: 1px solid #ccc;
  padding: 9px;
  color: #fff;
  font-family: outfit;
  font-weight: 300;
}
.search_popup input.search-submit {
  border: 0;
  background-color: transparent;
  border-radius: 40px;
  border: 2px solid var(--white);
}
.search_popup label {
  background: transparent;
  width: 81%;
}
.search_popup input.search-field {
  padding: 1.5% 0;
  background: transparent;
  width: 100%;
  text-indent: 8px;
  border-bottom: 2px solid var(--white);
  color: var(--white);
  border-top: none;
  border-left: none;
  border-right: none;
}
.search_popup input.search-field::placeholder {
  font-size: 17px;
  color: var(--white);
}
.search_popup .search-submit {
  color: var(--white);
  border-radius: 50%;
  background-color: #1b1a18;
  padding: 10px 13px;
  width: 50px;
  height: 50px;
  border: none;
}
/*---------------- Custom Footer ----------------------*/
#custom_footer {
  padding: 0;
}
.footer-contact i {
  font-size: 35px;
  color: var(--lightgrey11);
}
.footer-contact p {
  font-size: 14px;
  color: var(--lightgrey11);
  margin: 0;
}
.footer-contact {
  background-size: 100% !important;
  position: relative;
  top: 0px;
  /* padding-bottom: 30px; */
}
.footer-contact h2{
  color: #fff;
  font: normal normal normal 36px/35px 'Outfit';
  font-weight: 600;
}
.footer-contact-detail{
  /* transform: translate(10px, 80%); */
  color: #fff;
  /* margin-top: 30%; */
  margin-top: 25%;
  margin-left: 15%;
}
.footer-menu-wrap {
  padding: 40px 15px;
  border-bottom: solid 1px var(--grey2);
}
.footer-menu ul {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.footer-menu ul li {
  list-style: none;
  display: inline-block;
  padding: 0 20px;
}
.footer-menu ul li a {
  color: var(--lightgrey11);
  font-size: 14px;
  text-transform: uppercase;
}
.footer-menu ul li a:hover {
  color: var(--orange);
}
/*---------------- Footer Section ----------------------*/
.footer-top {
  padding-bottom: 50px;
}
.footer-top-col h3 {
  font-size: 20px;
  font-weight: bold;
}
.outer-footer {
  background-size: 100% 100%;
  background-color:#BB8739;
}
#footer form.search-form {
  border: none;
  background: transparent;
  padding: 0;
}
#footer form.search-form input {
  float: none;
  border: 1px solid;
  margin: 0 2px;
}
#footer input, #footer textarea {
  background-color: #FFFFFF;
  border: 1px solid var(--white);
  color: var(--white);
}
#footer textarea {
  height: 100px;
}
#footer p.post-date {
  color: var(--white);
  font-size: 11px !important;
}
.copyright {
  background-color: #BB8739;
  color: #fff;
  padding: 25px 0;
}
#footer ul li .dashicon {
  display: none; /* Hide the dashicon */
}

#footer ul li:before {
  content: "\f111"; /* Unicode for the Font Awesome circle icon */
  font-family: "Font Awesome 5 Free"; /* Ensure Font Awesome is loaded */
  font-weight: 900; /* Ensure the solid version is used */
}

.copyright p {
  font-size: 16px;
  color: white;
  margin-bottom: 0;
  text-align: left !important;
  font-weight: 600;
}
.copyright .privacy-span,.extra-cls {
  align-self: center;
}
.copyright .privacy-span{
  border-right: 1px solid #fff;
}
.copyright .privacy-span a{
  font-family: 'Outfit';
  /* padding-right: 35px; */
  font-weight: 600;
}
.socialbox {
  text-align: right;
}
.main_sociobox {
  padding: 30px 0;
}
#footer {
  text-align: center;
  color: white;
  padding: 3em 0 0em 0px;
  text-align: left;
  color: #fff !important;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer_hide {
  display: none;
}
.footer-top-col {
  border-left: solid 5px var(--orange);
  padding-left: 15px;
}
.container #blog-right-sidebar h3, #footer h3 {
  color: var(--orange);
  text-align: left;
  font-size: 24px;
  padding: 0 0 10px 0;
}
#footer input[type="submit"] {
  border: 1px solid transparent;
  padding: 8px 10px;
  background-color: transparent;
  color: #BB8739;
  text-transform: uppercase;
}
#footer ul {
  margin: 0;
}
#footer ul li {
  list-style: none;
  margin: 0 0 5px 0;
  text-align: left;
  padding: 5px;
}
#footer ul li a {
  color: var(--white);
  font-size: 18px;
  color: #fff;
}
#footer p {
  margin: 0;
  line-height: 20px;
  color: var(--lightgrey11);
  font: 600 14px var(--common-font-m);
  padding-left: 3px;
  padding-right: 3px;
  margin-bottom: 20px;
  line-height: 26px;
}
.widget_recent_entries img {
  width: 100px;
  border-radius: 5px;
  height: 70px;
  object-fit: cover;
}
#footer h3 {
  color: var(--lightgrey11);
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  position: relative;
}
.footer-cols {
  padding-bottom: 40px;
}
#footer ul li {
  position: relative;
}
#footer .widget.widget_nav_menu ul li a,.product-categories li a {
  padding-left: 20px;
}
.copyright .socialbox a {
  padding: 12px;
  border: 1px solid var(--lightgrey11);
  margin-right: 4px;
}
.copyright .socialbox {
  text-align: right;
  display: block;
  text-align: right;
  margin-top: 12px;
}
.copyright .socialbox a:hover{
  background-color: var(--orange);
  border: none;
}
.copyright .socialbox a:hover i{
  color: white;
}
.cart_col,.divider_col,.latest_col,.footer_col,.content_head_col {
    position: relative;
}
.main-navigation ul ul a:hover{
  margin-left: 10px;
}
/*-----------------Header Cart----------------*/
#cart {
  background:black;
  width: 300px;
  right: 0px;
  top: 42px;
  margin: 0px auto;
  text-align: left;
  padding: 20px;
  position: absolute;
  z-index: 999999;
  display:none;
  animation: growDown 300ms ease-in-out forwards;
  transform-origin: top center;
  box-shadow: 0 0 4px #19213f7d;
}
@keyframes growDown {
  0% {
    transform: scaleY(0)
  }
  80% {
    transform: scaleY(1.1)
  }
  100% {
    transform: scaleY(1)
  }
}
.cart_box:hover #cart {
  display: block;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
#cart .woocommerce a.button{
  background: #BB8739;
  color: white;
  padding: 10px 15px;
  font-size: 14px;
}
#cart  .widget_shopping_cart_content p{
  margin: 0;
}
#cart a,#cart .quantity,#cart .woocommerce-mini-cart__total strong,#cart .woocommerce-mini-cart__total span {
  color: #ffffff;
  font-weight: 600;
}
#cart .woocommerce-mini-cart__total{
  padding-left: 27px;
}
#cart .woocommerce .widget_shopping_cart .total,#cart .woocommerce.widget_shopping_cart .total{
  border-top: 1px solid #eee;
  padding: 10px 0;
}
.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
  padding-left: 0;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
  right: 0;
  left: 94%;
  top: -9px;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
  float: left !important;
  margin-right: 24px;
  width: 50px;
  height: 60px;
  object-fit: cover;
  margin-bottom: 10px;
}
.woocommerce a.remove{
  background: #BB8739;
  color: white!important;
}
.alert.alert-minimalist {
  background-color: rgb(255, 255, 238);
  border-color: rgb(244, 124, 147);
  border-radius: 3px;
  color: rgb(149, 149, 149);
  box-shadow: 0px 0px 5px rgb(51 51 51 / 30%);
  padding: 10px;
  z-index: 9999999 !important;
  height: 12%;
  width: 26% !important;
}
.page-template-default{
  background-color: #141317;
  position: relative;
}
.page-template-default::after {
  content: "";
  position: absolute;
  top: -121px;
  right: -5%;
  width: 751px;
  height: 528px;
  background: radial-gradient(closest-side, rgba(187, 135, 57, 0.3), #0000);
  z-index: -99;
  opacity: 0.7;
}
.page-template-default::before {
  content: "";
  position: absolute;
  top: 23%;
  left: -13%;
  width: 760px;
  height: 590px;
  background: radial-gradient(closest-side, rgba(187, 135, 57, 0.3), #0000);
  z-index: -99;
  opacity: 0.7;
}
.woocommerce-page{
  background-color: #141317;
  position: relative;
}
.woocommerce-page::after {
  content: "";
  position: absolute;
  top: -121px;
  right: -5%;
  width: 751px;
  height: 528px;
  background: radial-gradient(closest-side, rgba(187, 135, 57, 0.3), #0000);
  z-index: -99;
  opacity: 0.7;
}
.woocommerce-page::before {
  content: "";
  position: absolute;
  top: 23%;
  left: -13%;
  width: 760px;
  height: 590px;
  background: radial-gradient(closest-side, rgba(187, 135, 57, 0.3), #0000);
  z-index: -99;
  opacity: 0.7;
}
.page-template{
  background-color: #141317;
  position: relative;
}
.page-template::after {
  content: "";
  position: absolute;
  top: -121px;
  right: -5%;
  width: 751px;
  height: 528px;
  background: radial-gradient(closest-side, rgba(187, 135, 57, 0.3), #0000);
  z-index: -99;
  opacity: 0.7;
}
.page-template::before {
  content: "";
  position: absolute;
  top: 23%;
  left: -13%;
  width: 760px;
  height: 590px;
  background: radial-gradient(closest-side, rgba(187, 135, 57, 0.3), #0000);
  z-index: -99;
  opacity: 0.7;
}
.single-post{
  background-color: #000;
  position: relative;
}
.single-post::after {
  content: "";
  position: absolute;
  top: -121px;
  right: -5%;
  width: 751px;
  height: 528px;
  background: radial-gradient(closest-side, rgba(187, 135, 57, 0.3), #0000);
  z-index: -99;
  opacity: 0.7;
}
.single-post::before {
  content: "";
  position: absolute;
  top: 23%;
  left: -13%;
  width: 760px;
  height: 590px;
  background: radial-gradient(closest-side, rgba(187, 135, 57, 0.3), #0000);
  z-index: -99;
  opacity: 0.7;
}
.post-template-default{
  background-color: #000;
  position: relative;
}
.post-template-default::after {
  content: "";
  position: absolute;
  top: -121px;
  right: -5%;
  width: 751px;
  height: 528px;
  background: radial-gradient(closest-side, rgba(187, 135, 57, 0.3), #0000);
  z-index: -99;
  opacity: 0.7;
}
.post-template-default::before {
  content: "";
  position: absolute;
  top: 23%;
  left: -13%;
  width: 760px;
  height: 590px;
  background: radial-gradient(closest-side, rgba(187, 135, 57, 0.3), #0000);
  z-index: -99;
  opacity: 0.7;
}
.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}
.alert.alert-minimalist img {
  width: 50px;
}
.prod-title {
  font-family: 'Outfit';
  font-size: 16px;
  font-weight: 600;
  color: #000;
  padding-left: 18px;
  position: absolute;
}
.prod-messg {
  font-family: 'Outfit';
  font-size: 13px;
  font-weight: 600;
  color: #5c5959;
  padding-left: 62px;
  margin-top: -25px;
}
.pull-left {
  float: none;
}
.woocommerce a.remove:hover{
  background: #BB8739;
  color: black!important;
}
.woocommerce-mini-cart__empty-message {
  color: white !important;
}
.footer-contact .media-body a {
  color: var(--lightgrey11);
}
#footer .social_widget .custom-social-icons span{
  font-size: 0
}
#header span#cart-box, #header .icom-img{
  position: relative;
}
#header .cart-value ,#header .wishlist-counter  {
  background: white;
  position: absolute;
  height: 20px;
  width: 20px;
  right: 0;
  border-radius: 50px;
  color: #BB8739;
  font-size: 10px;
  font-weight: 800;
  padding: 1px 0 0 7px;
  top: -10px;
}
.search-icon i {
  cursor: pointer;
}
#nav_menu-1{
  width: max-content;
  margin: auto;
}
.footer-contact-img{
  animation: walk 5s -2s alternate infinite;
  animation-delay: 5s;
  max-width: 70%;
  top: 30%;
  position: relative;
  right: -25%;
}
@keyframes  walk{
  0% {
      transform: translateX(0);
  }

  50% {
      transform: translateX(10%);
  }

  100% {
      transform: translateX(20%);
  }
}
@media (min-width:320px) and (max-width:425px){
  .footer-contact-detail .wpcf7-submit {
    left: 85%;
  }
  .header-text:after {
    display: none;
  }
  #slider .slider-box {
    max-width: 47%;
    left: 6%;
    position: relative;
  }
  #offer .offer-box {
    background-size: cover;
    width: -webkit-fill-available;
  }
  #sale .sale-desc {
    transform: translate(80%, 0%);
    width: 58%;
  }
  .carousel-item .slider-banner-img {
    position: relative;
    right: -47%;
    width: 50%;
  }
}
@media screen and (max-width: 1600px) {
  #slider .slider-box{
    left: 10%;
    max-width: 55%;
  }
  #slider h1{
    font-size: 45px;
    line-height: 50px;
  }
  .contact_details ul li a{
    font-size: 14px;
  }
  #slider .product-container .product-image {
    height: 220px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #slider .product-container .product-image{
    height: 160px;
  }
  .footer-contact {
    background-size: cover !important;
    position: relative;
  }
  #nav_menu-1 .widget-title{
    position: relative;
    left: 4%;
  }
  .footer-contact-detail {
    transform: translate(55px, 0%);
    color: #fff;
    margin-top: 18%;
    margin-left: 15%;
  }
  .footer-contact h2{
    padding: 0%;
  }
  .page-template-page-template .socialbox a i, .social_widget .custom-social-icons a i {
      transform: translateX(2px) !important;
  }
  #feature img.feature-imgtwo {
    position: absolute;
    right: 1rem;
    bottom: 0px;
    z-index: 1;
    width: 40px;
  }
  .header-text:after {
    content: '';
    display: block;
    border-bottom: 1px solid white;
    width: 32.5%;
    bottom: -10%;
    left: 35%;
    margin: 0 auto;
    position: absolute;
  }
  .contact_details ul li a {
    font-size: 12px;
  }
  #site_top .header-text {
    font-size: 16px;
    padding-top: 5px;
  }
  .main-no-dot {
    top: 9.5%;
  }
  #slider .carousel-indicators {
    padding: 30px !important;
    bottom: -40px;
  }
  .sale-desc h4{
    font-size: 28px;
    font-weight: 35px;
  }
  #sale .sale-box3-inner {
    padding: 40px;
  }
  #slider > img{
    display: none;
  }
  #sale .sale-desc {
    transform: translate(80%, 20%);
  }
  #offer .offer-box {
    padding: 15px 0;
    border-radius: 20px;
    background-size: 220%;
  }
  .counter-img img {
    width: 80% !important;
  }
  #slider .slide-product{
    margin-top: 1.9rem !important;
  }
  .carousel-item .slider-banner-img {
    position: relative;
    right: -50%;
    width: 56.5%;
  }
  #slider .slider-box {
    max-width: 54%;
    left: 0%;
    position: relative;
  }
  #slider h1 {
    text-transform: none;
    font-size: 35px;
    color: #fff;
    font: normal normal normal 38px / 40px 'Outfit';
    margin-bottom: 0px;
    font-weight: 700;
  }
  #slider h4 {
    padding: 0px;
  }
}
#slider::before {
  content: "";
  position: absolute;
  top: 3%;
  left: -5%;
  width: 760px;
  height: 590px;
  background: radial-gradient(closest-side, rgba(187, 135, 57, 0.3), #0000);
  z-index: -99;
  opacity: 0.7;
}
#sale::after {
  content: "";
  position: absolute;
  top: 10%;
  right: -13%;
  width: 729px;
  height: 527px;
  background: radial-gradient(closest-side, rgba(187, 135, 57, 0.3), #0000);
  z-index: -99;
  opacity: 0.7;
}
#offer{
  position: relative;
}
#offer::before {
  content: "";
  position: absolute;
  top: -25%;
  left: -14%;
  width: 867px;
  height: 721px;
  background: radial-gradient(closest-side, rgba(187, 135, 57, 0.3), #0000);
  z-index: -99;
  opacity: 0.7;
}
#new-product{
  position: relative;
}
#new-product::after {
  content: "";
  position: absolute;
  top: 55px;
  right: -195px;
  width: 675px;
  height: 515px;
  background: radial-gradient(closest-side, rgba(187, 135, 57, 0.3), #0000);
  z-index: -99;
  opacity: 0.7;
}
#new-product::before {
  content: "";
  position: absolute;
  top: 55%;
  left: -14%;
  width: 867px;
  height: 721px;
  background: radial-gradient(closest-side, rgba(187, 135, 57, 0.3), #0000);
  z-index: -99;
  opacity: 0.7;
}
#limited-offer{
  position: relative;
}
#limited-offer::after {
  content: "";
  position: absolute;
  top: -58px;
  right: -195px;
  width: 675px;
  height: 515px;
  background: radial-gradient(closest-side, rgba(187, 135, 57, 0.3), #0000);
  z-index: -99;
  opacity: 0.7;
}
.testi-new{
  background: #282829;
  padding: 60px 40px;
  border-radius: 20px;
}
.inner-test-bg{
  border-radius: 20px;
}
.counter-img img{
  width: 100%;
}
#testimonials{
  position: relative;
}
#testimonials::before {
  content: "";
  position: absolute;
  top: 28%;
  left: -14%;
  width: 867px;
  height: 721px;
  background: radial-gradient(closest-side, rgba(187, 135, 57, 0.3), #0000);
  z-index: -99;
  opacity: 0.7;
}
#latest_post{
  position: relative;
}
#latest_post::after {
  content: "";
  position: absolute;
  top: 38%;
  right: -255px;
  width: 675px;
  height: 515px;
  background: radial-gradient(closest-side, rgba(187, 135, 57, 0.3), #0000);
  z-index: -99;
  opacity: 0.7;
}




#menu-primary-menu >li:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#menu-primary-menu >li:hover ul.sub-menu {
  transition: all 0.5s;
}
#menu-primary-menu >li:hover ul.sub-menu li:nth-child(odd) {
  animation-name: menurhs;
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
  border-radius: 0;
}
#menu-primary-menu >li:hover ul.sub-menu li:nth-child(even) {
  animation-name: menulhs;
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
  border-radius: 0;
}
#menu-primary-menu li ul.sub-menu li a {
  font-size: 14px;
  position: relative;
  color: #000;
  font-weight: 600;
  margin-right: 25px;
  list-style-type: none;
  padding: 10px 25px 10px 15px;
  display: inline-block;
  width: 100%;
  margin: 0px;
  transition: all 0.4s;
}
#menu-primary-menu li ul.sub-menu li:hover {
  background: #282829 !important;
  /* left: 10px; */
  transition: all 2s;
}
header.site-header ul.sub-menu li{
  background-color: #BB8739;
}
.main-navigation ul ul li a{
  color: #fff !important;
}
@keyframes menulhs {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes menurhs {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
