/*
 * comment 6
 * c-basic
 * c-long
 * c-section
 * c-subsection
 * c-multi
 * c-summary

 */

/**
 * Description: Short description.
 * Version: 1.0.0
 * Last update: 2022/12/23
 * Author: Zubair <zubair@cipherox.com>
 *
 * Summary:
 *
 *    0. PAGES
 *        - 0.1. CONTACT
 *        - 0.2. ABOUT
 *    1. ELEMENT
 *        - 1.1. PRODUCT TYPE CREDIT
 *        - 1.2. TYPE ELEMENT
 *    2. COMPONENT
 *        - 2.1. ELEMENTOR HEADER
 *        - 2.2. HS Tabs
 * 
 */


/* ==========================================================================
   0. ELEMENT
   ========================================================================== */

/* 0.1. TYPE ELEMENT
   ========================================================================== */

/* 0.2. TYPE ELEMENT
   ========================================================================== */

/* 0.3. frontend Notice Wraper
   ========================================================================== */

/* 0.4. faq and private policy
   ========================================================================== */

/* 0.5. Contact from 7
   ========================================================================== */



/*for woocomerce page width*/

body.woocommerce-page .site-main{
  max-width: 1460px !important;
  padding: 30px 10px 0;

} 

/* for removing default footer  */
#site-footer {display: none;}

body:has(.cx-page-controller) .cx_cx_elementor_template:has(#footer) { display: none;}

body .cx-page-controller  .cx_shortcode.ajax_shortcode[data-cx_shortcode=cx_user_dashboard] > .loader-container{
    /*padding-top: 32px;*/
    padding: 32px;
}


@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&family=Inter:wght@400;500&display=swap");

@media (max-width: 1400px) {
  /* root vars */
  :root {
  }
}

@media (max-width: 767px) {
  /* root vars */
  :root {
  }
}

@media (max-width: 600px) {
  /* root vars */
  :root {
  }
}

@media (max-width: 500px) {
  /* root vars */
  :root {
  }
}


/**
 * 
 * COLOR CLASSES
 * 
 * */

:root {
  --cx-warning-color: #d9625b;
  --cx-text-dark: #e4e2e4;

  /* change  adn use actual color of sucess */
  --cx-sucess-color: #12b76a;
  --cx-sucess-color-400: #32d583;

  --cx-error-800: #912018;
  --cx-error-400: #f97066;
  --shadow_color: #3c3c3c;
  --counter_bg: #d6dde2;
}

.color_warning {
  color: var(--cx-warning-color);
}
.color_sucess {
  color: var(--cx-sucess-color);
}

/*
 * GLOBAL STYLING
 */
::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  background: #d8d8d8;
}
::-webkit-scrollbar {
  width: 10px;
  opacity: 0;
  height: 10px;
}
::-webkit-scrollbar-thumb {
  background: #343a40;
  border-radius: 5px;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif !important;
}
body .jupiterx-site {
  font-family: "Poppins", sans-serif !important;
  font-size: 0.9rem !important; /*font-family: Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;*/
}

@media screen and (max-width: 767px) {
  html,
  body {
    font-size: 14px;
  }
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}
.cx_after_before_line {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  column-gap: 10px !important;
  color: var(--e-secondary);
}
.cx_after_before_line::after,
.cx_after_before_line::before {
  content: "";
  flex: 1;
  width: max-content;
  height: 1px;
  background-color: var(--e-secondary);
}

/*
 * hiding header and footer
 */

body:has(.hide-header) .custom-cx-header {display: none !important;}

body:has(.hide-footer) .cx_cx_elementor_template:has(#footer) {display: none !important;}

/*
 * Icon GLOBAL
 */

/*.cx-icon {
  font-size: 1.5em;
}*/

/* for tippy-box   */

.tippy-box {
  font-size:12px;
  color:var(--text-53);
}

/*.title-primary-style
.title-secondary-style*/

/* For Headings */
.heading-primary {
  font-size: 2rem !important;
  text-transform: capitalize;
  color: var(--e-site-text-dark);
}
.heading-secondary {
  font-size: 1.5rem !important;
  text-transform: capitalize;
  color: var(--e-site-text-light);
}
.heading-tertiary {
  font-size: 1.2rem !important;
  text-transform: capitalize;
  color: var(--e-site-text-light);
}

.title-large {
  font-size: 2rem !important;
  font-weight: 700;
  margin-bottom: 15px !important;
  text-transform: capitalize;
}
.title-medium {
  font-size: 1.4rem !important;
  font-weight: 600;
  margin-bottom: 10px !important;
  text-transform: capitalize;
}
.title-small {
  font-size: 1rem !important;
  font-weight: 500;
  margin-bottom: 5px !important;
  text-transform: capitalize;
}
.title-mini {
  font-size: 0.8rem !important;
  font-weight: 500;
  margin-bottom: 5px !important;
  text-transform: capitalize;
}

/*.title-large-style
.title-medium-style
.title-small-style
.title-mini-style*/

/*progress*/
.progress-bar {
  background-color: var(--progress-bar-bg);
  height: var(--progress-bar-height);
  border-radius: var(--cx-radius-sm);
  margin-bottom: 10px;
  overflow: visible;
}

.bar-filled {
  background-color: var(--e-primary);
  height: 100%;
  border-radius: var(--cx-radius-sm);
  transform: scale(
    1.01262
  ); /* 152.39 is length and need to increase 2 px on each side so 2/(len/100) */
}

/* Owl Carousel global styling */

@media (min-width: 482px) {
  /* ---------- carousel-squeeze-first-last */
  .carousel-squeeze-first-last .owl-item.active {
    transform: scale(1);
    opacity: 1;
    transition: transform 0.25s ease-in-out;
  }

  .carousel-squeeze-first-last
    .owl-item:not(.owl-item.active + .owl-item.active) {
    transform: scale(0.8);
    opacity: 0.7;
  }


}

/* ---------- owl nav */
.owl-nav:not(.group_and_owl) {
  width: 100%;
  position: absolute;
  top: calc(50% - 40px);
}


.owl-nav:not(.group_and_owl) button {
  width: 40px;
  height: 40px;
  /*background: #ffffff !important;*/
  border-radius: 100% !important;
  position: absolute;
  font-size: 25px !important;
  outline: none !important;
  background-color: var(--white-50) !important;
  border: 1px solid #83838340 !important;
  box-shadow: 0px 3px 8px -1px #00000014;
  margin: 0 !important;
}

.owl-carousel.nav-dark .owl-nav:not(.group_and_owl) button {
  background: var(--e-primary) !important;
  color: #ffffff !important;
}

.owl-carousel .owl-nav:not(.group_and_owl) span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: inherit;
}

.owl-nav button span {
  color: var(--text-51); 
}

.owl-nav:not(.group_and_owl) button.owl-prev {
  left: -10px;
  

}
.owl-nav:not(.group_and_owl) button.owl-next {
  right: -10px;
}

/*=================*/

/*=================*/

/* nav outer */
@media (min-width: 1400px) {
  .owl-carousel.nav-outer .owl-nav:not(.group_and_owl) button.owl-prev {
    left: -4%;
  }
  .owl-carousel.nav-outer .owl-nav:not(.group_and_owl) button.owl-next {
    right: -4%;
  }
}

/* ---------- owl dots */
/*.owl-dots {margin-top: 10px;}*/

.owl-carousel .owl-dots {
  margin-top: 25px !important;
}

.owl-carousel.dots-inner .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 0;
}

.owl-carousel .owl-dot span {
  background-color: var(--black-50) !important;
  opacity: 10%;
  margin-left: 11px !important;
  margin-right: 11px !important;
}

.owl-carousel .owl-dot.active span {
  background-color: var(--brand-primary-50) !important;
  opacity: 1;
}

/* content placeholder */

.animated-bg-text {
  border-radius: 50px;
  display: inline-block;
  margin: 0;
  height: 10px;
  width: 100%;
}

/* custom component END */

/* theme component */

/* site buttons */
.cx_btn .loading-icon-container,
.cx_tag .loading-icon-container {
  margin-left: 5px;
  display: none;
}
.cx-ajax-loading > .loading-icon-container {
  display: inline-block;
  animation-name: rotate_complete;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

/* end theme compnenet */

/* clogbal other */
[data-tippy-root] {
  z-index: 9999999 !important;
}

.product-fullwidth-header {
  margin-right: calc(0px - ((100vw / 2) - 50%));
  margin-left: calc(0px - ((100vw / 2) - 50%));
}


div#user-login-popup {
  position: fixed;
  z-index: 9999;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: #00000036;
}
#user-login-popup .cx_shortcode.cx_zico_wc_login_form {
  width: 80%;
  max-width: 350px;
  background-color: #efefef;
  padding: 25px;
  margin: 0 auto;
  display: block;
  position: relative;
  top: 20%;
  border-radius: 5px;
}

div#user-login-popup .cx_zico_signup .from-wraper {
  background: white;
  display: inline-block;
  max-width: 500px;
  margin: 10vh auto;
}
div#user-login-popup .cx_zico_signup .from-wraper.hide {
  display: none;
}

/**
 * Particle
 * */
div.cx_particle_init {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: -1;
}
div.cx_scrollingbg_initilized {
  position: absolute;
  top: -30vw;
  bottom: -30vw;
  width: 40%;
  right: -10%;
  background-position: 0% 0%;
  transform: rotate(45deg);
}
div.cx_scrollingbg_initilized {
  opacity: 0.7;
}

.hero-shortdescription-container {
  opacity: 0.8;
  margin-bottom: 20px;
}

/* --global header menu-- */
/* ==========================================================================
   - 2.1. ELEMENTOR HEADER START
   ========================================================================== */

.cx-menu-item .cx_shortcode small.cx-main-item {
  display: flex;
  column-gap: 3px;
  max-width: 25px;
}
.cx-menu-item .cx_shortcode.type_icon i.box-bg {
  font-size: 25px;
}
/*.lobby-page-ridirect i.box-bg {font-size: 25px;color: #fff;}*/
.cx-menu-item .cx_shortcode.type_icon span.label-2 {
  background-color: var(--e-primary-light);
  color: var(--e-primary-complement-light);
  padding: 10px;
  border-radius: 100%;
  position: relative;
  top: -22px;
  right: 15px;
  font-size: 0.55rem;
  min-width: 20px;
  text-align: center;
  line-height: 14px !important;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
/*  */


/* ==========================================================================
   - 2.1. ELEMENTOR HEADER END
   ========================================================================== */

.open-box-display {
  transition: all 0.2s ease-in;
}
.item-image-animation {
  transition: all 0.2s ease-in;
  transform: scale(0);
  position: relative;
  max-width: 200px;
  margin: auto;
  top: 0;
  z-index: 1;
}
.box-animation {
  max-width: 200px;
  margin: auto;
  z-index: 9999;
  position: relative;
  top: -200px;
  transform: scale(1.4);
  transition: all 0.2s ease-in;
}
.box-animation.animate-final {
  top: -85px;
  transform: scale(0.7);
}
.item-image-animation.animate-final {
  transform: scale(1);
}


/* 
    user details sidebar 
*/

ul.user-details-sidebar {
  list-style: none;
  padding: 0px;
  margin-top: 15px;
}
ul.user-details-sidebar li {
  border-radius: 6px;
}
ul.user-details-sidebar li:hover {
  background: var(--e-slow-white);
}
ul.user-details-sidebar li a {
  padding: 10px 5px;
  padding-left: 0;
  display: flex;
  align-items: center;
  color: var(--e-brand);
  font-weight: 500;
  text-decoration: none;
}
ul.user-details-sidebar li i {
  padding: 5px;
  border-radius: 6px;
  margin-right: 8px;
}
.site-menu-sidebar li i {
  display: none;
}

/* sidebar-main-menu */

.cx-sidebar-wrapper .cx_cx_render_menu {
  margin-top: 40px;
}

.cx_cx_render_menu .menu-wraper {
  margin-bottom: 15px;
  padding-bottom: 10px;
  margin-top: 25px;
}
.cx_cx_render_menu .menu-wraper:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.cx_cx_render_menu .menu-wraper h3 {
  font-size: 0.875rem;
  color: var(--e-global-color-95eb4e6);
  font-weight: 600;
}

.cx_cx_render_menu .user-details-sidebar span {
  font-size: 0.75rem;
}

/**/

/* 
---------------------------------
-   Product Page Item Clone START
---------------------------------
*/

.cx-sidebar-content ul.sub-menu.user-login-submenu {
  list-style: none;
  padding: 0px;
  padding-bottom: 30px;
}
.cx-sidebar-content ul.sub-menu.user-login-submenu a {
  color: #676767;
  display: block;
  padding: 13px 15px;
  font-weight: 500;
  border-bottom: 1px solid #c0c0c047;
  text-decoration: none;
  transition: all 0.2s ease-in;
}
.cx-sidebar-content ul.sub-menu.user-login-submenu a:hover {
  background-color: #909090;
  color: #fff;
}


/*#cx-sidebar-right .cx-sidebar-footer .btn {background-color: #d2d2d2 !important;outline: none;border: 2px solid #3e4b5f;color: #404040;transition: all .2s ease;}
#cx-sidebar-right .cx-sidebar-footer .btn:hover {border-color: #3e4b5f;background-color: #f3f3f3 !important;}
*/
#cx-sidebar-right .cx-sidebar-footer .buttons-list {
  /*display: flex;column-gap: 10px;*/
  display: grid;
  column-gap: 10px;
  row-gap: 10px;
}

#cx-sidebar-right .cx-sidebar-footer .buttons-list > button {
  flex: 1;
}

/* cart sidebar */



.inner-content.cart-sidebar .product-list {
  /*max-height: calc( 100vh - 190px);overflow-y: scroll;*/
}
.inner-content.cart-sidebar .product-list .cart-item-single {
  padding: 0;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.inner-content.cart-sidebar .cart-details table {
  width: 100%;
  margin-bottom: 15px;
}
.inner-content.cart-sidebar .cart-details table td {
  text-align: right;
}
.inner-content.cart-sidebar .cart-details table tr > td {
  padding: 5px;
}

/* end sidebar */

/*.loading-icon-container { display: none; }
.cx-ajax-loading  span.loading-icon-container {display: inline-block !important;}
*/


/* 0.3. frontend Notice Wraper
   ========================================================================== */

.cx_frontend_notice_wraper {
  position: relative;
  z-index: 5;
}

.cx_frontend_notice_wraper .cx_frontend_notice_single {
  padding: 14px 16px;
}

.cx_frontend_notice_wraper .cx_frontend_notice_single .notice_detail {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-family: "Inter";
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}
 
.cx_frontend_notice_wraper .cx_frontend_notice_single .notice_detail img {width: 20px;}

.cx_frontend_notice_wraper .cx_frontend_notice_single .notice_detail a {
  color: currentColor;
  text-decoration: underline;
} 

.cx_frontend_notice_wraper .cx_frontend_notice_single .cx_frontend_notice_dismiss {
  line-height: 1;
  font-family: inter;
  font-size: 0.8em;
  opacity: 0.8;
  cursor: pointer;
}

/* fibosearch  */

.fibosearch-wrapper .dgwt-wcas-search-wrapp {margin:0;}

.fibosearch-wrapper .dgwt-wcas-search-wrapp .dgwt-wcas-ico-magnifier {
    color:var(--grey-49);
    opacity:1;
}

.fibosearch-wrapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input {
  border-radius:8px !important;
  font-size: 1rem !important;
  font-family: 'Inter';
  line-height: 1.5rem !important;
  font-weight: 400;
  background-color: transparent !important;
}

.fibosearch-wrapper .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon .dgwt-wcas-search-input{
  background-color: var(--white-50) !important;
} 


.fibosearch-wrapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input:focus {box-shadow:unset !important;}


/* inherit parent color  */

.inherit-color * {

  color: inherit !important;
  fill :inherit !important;

}

.svg-current .elementor-icon:has(svg) {
  color: inherit;
}

.svg-current svg {
  fill: currentColor;
}

.svg-custom-current .elementor-icon:has(svg) {
  color: inherit;
}

.svg-custom-current .elementor-icon svg {
  fill: none !important;
}


/* blog page scrolling effect  */

@media (min-width: 768px) {

  body:has(.sticky-box) {
    overflow: unset;
  }

  .screen-offset-maxh {
    max-height: calc(100vh - var(--header-height) - 20px);
    overflow: auto;
  }

}

.sticky-box {
  position: sticky !important;
  top:calc(var(--header-height,145px) + 15px);
}


.screen-offset-maxh::-webkit-scrollbar {
  width: 6px;
}

.screen-offset-maxh::-webkit-scrollbar-track {
  background: transparent;
}

.screen-offset-maxh::-webkit-scrollbar-thumb {
  background: var(--grey-49);
  border-radius: 10px;
}



/* 0.4. faq and private policy
   ========================================================================== */


.cx-icon-list .elementor-widget-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cx-icon-list .cx-icon-item {
    width: 23.125% !important;
    cursor: pointer;
    margin-bottom: 20px !important;
}

.cx-icon-item > div {
    height: 100%;
}

.elementor-widget-wrap .tab-link:not(.cx-icon-item) a.active {
    color: var(--accent-50) !important;
    border: none !important;
}


.tab-link:not(.cx-icon-item) a {
    padding-bottom: 8px;
    display: block;
}

.tab-link:not(.cx-icon-item) a.active {
    color: var(--accent-50) !important;
    border-bottom: 0px solid #566984;
}

@media (max-width: 799px) {
    .elementor-widget-text-editor .title_main {
        font-size: 1.2rem;
    }
}

@media (max-width: 767px) {

    .cx-icon-list .cx-icon-item .elementor-icon-box-title {
        min-height: 38px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 599px) {

    .cx-icon-list .cx-icon-item {
        width: 48.125% !important;
    }
}


/* FAQ */


.faq-accordion :is(.e-opened,.e-closed) {
  font-size: var(--n-accordion-icon-size);
  color: var(--n-accordion-icon-active-color);
}

.faq-accordion :is(.e-opened,.e-closed) svg {
  display: none;
}

.faq-accordion :is(.e-opened)::before {
  content: "\ec09";
}

.faq-accordion :is(.e-closed)::before {
  content: "\ec5f";
}

.faq-accordion .e-n-accordion .e-n-accordion-item {border-top: 1px solid var(--grey-47);}
.faq-accordion .e-n-accordion .e-n-accordion-item:first-child {border-top: none;}





/* End custom CSS */



/* 0.5. Contact from 7
   ========================================================================== */

.wpcf7 p {margin: 0;}

.wpcf7 .wpcf7-acceptance .wpcf7-list-item {margin: 0;}

.wpcf7 .wpcf7-acceptance .wpcf7-list-item a {
  color: inherit;
  text-decoration: underline;
}

.wpcf7 .button-warpper {width: 100%;}

.wpcf7 .button-warpper > p {
  display: flex;
  align-items: center;
}

.wpcf7 .button-warpper .wpcf7-submit {
  background-color: unset;
  border: unset;
  color: inherit;
  font-size: 1rem;
  font-family: inter;
  font-weight: 600;
  line-height: 1.5rem;
  padding: 0;
}

.wpcf7 .button-warpper .wpcf7-spinner {display: none;}

.wpcf7 form.submitting .wpcf7-spinner{display: unset;}

.click_toogle_init[data-targetstate="hidden"] .state_expaned_icon{
    display:none !important;
    
}
.click_toogle_init[data-targetstate="visible"] .state_collapsed_icon{
    display:none !important;
    
}


/*for product home page loader */

.cx_collection_pt_product.loader-p-r-32 .loader-container {
    padding-right: 32px;
}











/* Hover Effect For Grid Collections  */

/* cx-hover-effect */
/* -featured-image */
/* image  */

/*no-hover-effect  */

/*div:not(.owl-item) > .cx_shortcode.style-grid:not(.no-hover-effect)[class*="cx_collection_item_pt"]:hover {*/
div:not(.owl-item) > .cx_shortcode.style-grid:not(.no-hover-effect)[class*="cx_collection_item"]:hover {

    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;

}

.cx_shortcode[class*="cx_collection_item_"] div[class*="-featured-image"] {

    overflow: hidden;

}

.cx_shortcode[class*="cx_collection_item_"] div[class*="-featured-image"] img {

    transform: scale(1.0);
    transition: all .3s ease-in-out;

}

.cx_shortcode[class*="cx_collection_item_"]:hover div[class*="-featured-image"] img {

    transform: scale(1.2);

}

.image-hover {
  overflow: hidden;
} 

.image-hover img {
  transform: scale(1.0);
  transition: all .3s ease-in-out;
}

.image-hover:hover img {
  transform: scale(1.2);
}

.bg-image-hover {
  overflow: hidden;
} 

.bg-image-hover div[class*="-featured-image"] {
  transform: scale(1.0);
  transition: all .3s ease-in-out;
}

.bg-image-hover:hover div[class*="-featured-image"] {
  transform: scale(1.2);
}  