/*
Theme Name: KLOUDYX
Template: pigeon
Author: Maxwell
Author URI:  
Description: 
Tags: blog,e-commerce,portfolio,block-patterns,custom-background,custom-colors,custom-menu,custom-logo,editor-style,featured-images,full-site-editing,one-column,rtl-language-support,theme-options,threaded-comments,translation-ready,wide-blocks
Version: 1.0.0.1704183001
Updated: 2024-01-02 08:10:01

*/
@font-face {
    font-family: "HelveticaNowDisplay";
    src: url("https://db.onlinewebfonts.com/t/0976a2619014c5855690b7509fab4c6e.eot");
    src: url("https://db.onlinewebfonts.com/t/0976a2619014c5855690b7509fab4c6e.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/0976a2619014c5855690b7509fab4c6e.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/0976a2619014c5855690b7509fab4c6e.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/0976a2619014c5855690b7509fab4c6e.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/0976a2619014c5855690b7509fab4c6e.svg#Helvetica Now Display")format("svg");
}



.header-bar {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.wp-block-navigation .wp-block-navigation-item {
    padding-left: 0 !important;
    padding-right: 10px !important;
}
.wp-block-separator  {
    height: 0 !important;
}


.center-content  {
    padding: 10px;
}

.woocommerce-LoopProduct-link  {
    color: #fff;
}


.woocommerce ul.products li.product .button {
    font-size: 0.8rem;
    margin-top: 0;
    padding: 4px 10px;
}

 

.wc-proceed-to-checkout {
    padding: 0.5rem;
    width: fit-content;
}

.wc-block-components-button__text {
    font-size: 1rem;
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
    height: unset;
}


.wp-block-navigation__responsive-container.is-menu-open {
    position: fixed;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255,255,255,.1);
    background-image: radial-gradient(circle at 50% 86%,rgba(0,0,0,0) 0,#000 100%);
    backdrop-filter: blur(30px);
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    background-color: unset !important
}

body {
    font-family: HelveticaNowDisplay,sans-serif !important;
    -webkit-font-smoothing: antialiased;
}


.wp-block-navigation .wp-block-navigation__submenu-icon {
    height: unset;
}

.wp-block-navigation .wp-block-navigation-item {
    color: white;
    background: black;
    padding: 5px;
}

 
  .woocommerce ul li.product   {
    position: relative;
    overflow: hidden;
     
  }

  .woocommerce ul li.product .img-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    max-width: 100%;
    transition: all 0.3s;
    display: block;
    width: 100%;
    height: auto;
    transition: all 500ms ease;
  }
 
  .woocommerce ul li.product:hover {
    .img-back {
        opacity: 1 !important;
        transform: scale(1.03);
    }

  }


 .woocommerce ul li.product   {
    position: relative;
    overflow: hidden;
     
  }
 
.woocommerce ul.products li.product a .img-back {
    opacity: 0;
    object-fit: cover;
    padding: 0;
    margin: 0 auto;
    transition: all 500ms ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    transition: all 0.3s;
    display: block;
    width: 100%;
    height: auto;
}

 
.woocommerce ul.products li.product :hover a:nth-of-type(1) img {
    opacity: 0;
}

.woocommerce ul li.product:hover   {
    .woocommerce ul.products li.product a .img-back {
    opacity: 1 !important;
    transform: scale(1.03);
}
}


 
  .woocommerce ul.products li.product a {
    position: unset;
  }
 
  .post-col {
    display: flex;
    justify-content: center;
  }


  .pt-cv-overlay-wrapper {
    padding: 10px;
  }

  .pt-cv-view.iscvblock .pt-cv-content-item a {
    background-color: transparent;
  }

  .pt-cv-readmore.btn {
    transition: all 300ms ease-in-out;
    background-color: #000 !important;
    
    }
  .pt-cv-readmore.btn:hover {
        background-color: #333333 !important;
       
    }


    .pt-cv-href-thumbnail {
        opacity: 0.8;
        transition: all 300ms ease-in-out;
    }

    .pt-cv-content-item:hover {
        .pt-cv-href-thumbnail {
            opacity: 1;
            transform: scale(1.03);
        }
            
    }


    .site-logo {
        width: max-content;
        margin: 0 auto;
    }
 
 

.news-cate {
    justify-content: center;
}

.home-product {
    color: #fff;
}


.age-gate__heading {
    max-width: 50%;
}


.shop-btn {
    position: absolute;
    bottom: 0;
}


.woocommerce-Price-amount {
    font-size: 1rem;
    font-weight: bold;
}


del .woocommerce-Price-amount {
    font-size: 1rem;
}
ins .woocommerce-Price-amount  {
    font-size: 1.25rem;
    font-weight: bold;
    color: #ff0000;
}


.reg_p {
    font-size: 1.25rem;
}

.sale_p {
    font-size: 1rem;
    font-weight: bold;
    color: #ff0000;

}

.logo-star {
    fill: #fc3;
}


.hovers {
    cursor: pointer !important;
}


.nav-2 .wp-block-navigation-item__content {  
    padding: 5px 0;
    
}

.nav-2 .wp-block-navigation-item__label {
    color: #808080;
}

.nav-2 .wp-block-navigation-item__label:hover {
    color: #fff;
}


.wp-block-social-link-label:hover {
    color: #fff;
}


.pro-desc {
    max-width: 600px;
}


#mc_embed_signup {
    background: #000 !important;
}

#mc_embed_signup form {
    margin: 0 !important;
}

/* #mc_embed_signup .mc-field-group label {
    display:  none;
} */

#mc_embed_signup .mc-field-group input {
    border-width: 1px !important;
    line-height: 1 !important;
    border-color: #333333 !important;
    color: #808080 !important;
    background-color: #000000 !important;
    font-size: 0.8rem !important;
    padding: 12px 0 !important;
}

.indicates-required {
   display:none;
}

.optionalParent .foot p {
    display: none;
}

.is-style-logos-only {
    font-size: 0.8rem;
}

.policys  {
    line-height: 1;
    
}

.policys li  {
   padding: 0 !important;
}

.policys li a {
   padding: 0 !important;
}
.wp-block-navigation__responsive-dialog {
   padding: 0px;
   
}

 

.wp-block-navigation__responsive-container-close {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 2;
}

.is-style-with-label-canvas-rounded {
   
    display: flex;
    flex-direction: column;
}

.is-style-with-label-canvas-rounded a  { 
    width: fit-content;
}


@media only screen and (max-width: 768px) {
      .xoo-wsc-sc-subt {
        display: none;
      }
  td, th {
    padding: 8px !important;
 
  }
.wp-block-navigation__responsive-dialog {
   padding: 20px;
   font-size: 1.5rem !important;
}

 .wp-block-navigation-item__label  {
  font-size: 1rem !important;
}

 .wp-block-navigation-item__content{
  font-size: 1rem !important;
}

.cr-reviews-slider {

 margin: 0;
 padding: 0;

}

.wp-block-site-logo img {
 transform: scale(1.2);
}
}


.home-blog {

 display: none;

}
 

.shop-buttons {
  display: flex;
  justify-content: center;
}
.wp-block-button.wc-block-components-product-button .wp-block-button__link {
  border: 1px solid;
}

.social-icon-link {
    margin: 5px 0 !important;
    padding: 0 !important;
}

.font-14 {
  font-size:14px !important
}
 

.price_table {
    width: 100%;
    background: #FFFFFF;
    border-collapse: collapse;
    border: 1px solid black;
    box-shadow: 20px 20px 0px black;
}

td, th {
    text-align: left;
    padding: 10px 20px;
   
}


.kloudyx {
    font-size: 22px;
    font-weight: bold;
    color: #000;
}
 

.home-button {
    background-color: #000 !important;
    color: #fff !important;
    box-shadow: 5px 5px 0px 0px #fff !important;
    border: 1px solid #fff !important;
}


.home-button:hover{
    background: #fff !important;
    color: #000 !important;
    border-color: #000 !important;
}

.woocommerce-store-notice, p.demo_store {
    background: white !important;
    bottom: unset !important;
    margin: 0 !important;
    color: black !important;
    /* position: fixed; */
    top: 0 !important;
    padding: 8px !important;
    width: 100% !important;
    z-index: 99999 !important;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
}

.woocommerce-store-notice__dismiss-link {
  color: black !important;
}

.dgwt-wcas-ico-magnifier-handler {
 fill: #fff;

}

.product-icons {
  width: 200px;
}

.commonninja-ribbon {
  display: none;
}


.woocommerce span.onsale, .woocommerce-page span.onsale {
background: #df4002 !important;
}

.woocommerce ul.products li.product .onsale {
     margin: 0;
    padding: 0;
}

.wc-block-grid .wc-block-grid__product-onsale, .wc-block-grid__product-image .wc-block-grid__product-onsale {
background: #df4002 !important;
    color: #ffffff;
}