/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&family=Sora:wght@100..800&display=swap');

:root {
    --footer-dark: #0054A6;
    --footer-dark-alt: #004a94;
    --footer-deep: #003874;
    --footer-text: #ffffff;
    --footer-muted: rgba(255, 255, 255, 0.72);
    --footer-link-hover: #c0dafc;
    --footer-max-width: 1480px;
    --heading-font: 'Sora', 'Inter', sans-serif;
    --footer-dark-text: #333333;
    --footer-dark-hover-text: #1f1f1f;
  }

  #header{
    background-color: #F0F2F4!important;
    border-radius: 0 0 25px 25px!important;
    border: none!important;
    @media screen and (max-width: 480px) {
        border-radius: 0!important;
        height: 335px;
    }
  }
  #header .container-fluid{
    padding: 0;
    margin: 0 40px;
    @media screen and (max-width: 480px) {
        margin: 0;
        height: 50px;
    }
  }
  section#header .wdes-header{
    height:132px;
    align-items: center;
    @media screen and (max-width: 480px) {
      display: grid;
      grid-template-columns: 230px 1fr;
      margin: -16px 0px;
      gap: 20px;
      background: white;
      padding: 0 20px;
      height: 65px;
    }
  }
  section#header .wdes-header ul.top-nav,
  section#header .wdes-header .logo {
    margin: 15px 35px 25px 20px;
    @media screen and (max-width: 480px) {
      margin: 0;
      z-index: 1;
    }
    @media screen and (max-width: 360px) {
      margin: 2px 0 0 0; 
      width: 224px;
    }
  }

  section#header .wdes-header ul.top-nav{
    gap: 30px;
    @media screen and (max-width: 480px) {
        margin: 0 20px;
        gap: 10px;
    }
  }

  section#header .wdes-header .logo img{
    width: 330px;
    max-height: 48px!important;
    @media screen and (max-width: 480px) {
      width: 100%;
    }
  }

  section#header .wdes-header section#main-menu{
    width: 80%;
    @media screen and (max-width: 480px) {
      width: 100%;
    }
  }
  body:has(.top-promotional-bar) section#header .wdes-header section#main-menu{
      width: 80%;
      @media screen and (max-width: 480px) {
        width: 100%;
        margin-top: 70px;
      }
    }

    div.top-promotional-bar,
    body.logged div.top-promotional-bar{
      @media screen and (max-width:480px) {
         padding: 10px 15px;
      }
    }

    body.logged #tabOverview form button.btn-danger,
    body.logged #tabOverview form button.btn-success{
      width: 300px;
    }
    body.logged #tabOverview form button.btn-danger{
      border-radius: 50px;
    }
    body.logged #tabOverview .col-md-4 .row{
      @media screen and (max-width:480px){
        display: grid;
        justify-content: center;
      }
    }


    body:has(.top-promotional-bar) .io-image{
      @media screen and (max-width:480px) {
        top: 200px;
        left: 20px;
      }
    }
    body:has(.top-promotional-bar) .hero-title{
      @media screen and (max-width:480px) {
        top: 550px;
        left: 20px;
      }
    }
  /* MENU */
#main-menu nav{
  width:100%;
  margin: 0 35px 10px 120px;
  @media screen and (max-width:1600px) {
    line-height: 1;
    margin: 0 35px 10px 40px;
  }
  @media screen and (max-width:480px) {
    width: 90%;
    line-height: 1;
    margin: 0 0 10px 0;
  }
  @media screen and (max-width:360px) {
    width: 80%;
  }
}

#order-phox .modal-title i{
  width: 100%;
  text-align: center;
}
  #menu-main-menu-theme-2{
    list-style: none;
    display: flex;
    /* flex-wrap: wrap; */
    align-items: center;
    justify-content: right;
    gap: 35px;
    margin-bottom: 0;
    margin-top: 10px;
    padding: 0;
    width:100%;
    max-width:1180px;    

    @media screen and (max-width: 1600px) {
      gap: 0;      
    }

  }

  .logged #menu-main-menu-theme-2{
    /* width: 1230px; */
    @media screen and (max-width: 1600px) {
      width: 100%;
    }
  }

  .wdes-account-area.hide-mob,
  #menu-main-menu-theme-2 li.menu-item-has-children.open > .sub-menu{
    list-style: none;
    @media screen and (max-width: 480px) {

      width:160px;
      display: block;
    }
  }
  .wdes-account-area>li>a{
    text-decoration: none;
    color: var(--footer-dark);
  }
  .wdes-account-area{
    padding-left:0;
  }
  /* #menu-main-menu-theme-2>li:nth-child(7){ */

  #menu-main-menu-theme-2>li:nth-child(5),
  #menu-main-menu-theme-2>li:nth-child(6){
    width: 20px;
    position: relative;
    left: 100px;
    & a{
      font-size: 16px;
    }

     @media screen and (max-width: 1480px){
      left: 0;
     }
     @media screen and (max-width: 480px) {
     left: 0;
      & a{
        font-size: 16px;
        color: black;
        font-weight: 700;
      }
    }
  }
  #menu-main-menu-theme-2>li:nth-child(6){
    @media screen and (max-width: 1600px)  {
      left: -10px;
     }
  }

  #menu-main-menu-theme-2>li:nth-child(7){
    position: relative;
    left: 100px;
    padding: 0!important;
    @media screen and (max-width: 1600px)  {
      left: 15px;
     }
  }


  #menu-main-menu-theme-2>li:nth-child(8){
    padding: 0!important;
    border: 0!important;
    margin-right: 60px;
    left: 120px;
    @media screen and (max-width: 1600px) {
      left: 100px;
      margin-right: 120px;
    }

    @media screen and (max-width: 520px){
       left: 20px;
    }
  }
  #menu-main-menu-theme-2>li:nth-child(8) a{
    font-family: var(--heading-font);
    min-width: 200px;
    border: 2px solid var(--footer-dark);
    padding: 18px 20px;
    border-radius: 50px;
    &:hover{
      background-color: var(--footer-dark);
      color:#F0F2F4;
      
    }
  }

  /* LANGUAGE MENU */
  .language-popover,
  .popover-content{
    background-color: var(--footer-dark);
    border-radius: 10px;
    border: 1px solid var(--footer-dark);
  }
  .popover.bottom > .arrow{
    border-bottom-color: var(--footer-dark);
  }
  .popover.bottom {
    margin-top: 15px;
  }

  .language-popover.popover.bottom > .arrow:after{
    border-bottom: 1px solid var(--footer-dark);
  }
  /* LOGGED */
  .logged #menu-main-menu-theme-2>li a .text-active{
    @media screen and (max-width: 480px){
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 10px;
    }
  }

  #menu-main-menu-theme-2>li:first-child a .text-active,
  .logged #menu-main-menu-theme-2>li:first-child a .text-active{
  
    
    @media  screen and (max-width: 480px) {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 10px;
        &:before{
          content: "";
          display: block;
          width: 32px;
          height: 32px;
          background-image: url("../img/account-icon-mobile.png");
          background-size: contain;
          background-repeat: no-repeat;
      }
    }
  }
  #menu-main-menu-theme-2>li:nth-child(2) a,
  .logged #menu-main-menu-theme-2>li:nth-child(2) a{

    
    @media  screen and (max-width: 480px) {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 10px;
        &:before{
          content: "";
          display: block;
          width: 32px;
          height: 32px;
          background-image: url("../img/licenses-icon-mobile.png");
          background-size: contain;
          background-repeat: no-repeat;
      }
    }
  }
  #menu-main-menu-theme-2>li:nth-child(3)>a,
  .logged #menu-main-menu-theme-2>li:nth-child(3)>a{
    @media  screen and (max-width: 480px) {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 10px;
      &:before{
        content: "";
        display: block;
        width: 32px;
        height: 32px;
        background-image: url("../img/support-icon-mobile.png");
        background-size: contain;
        background-repeat: no-repeat;
      }
    }
  }
  #menu-main-menu-theme-2>li:nth-child(4) a .text-active,
  .logged #menu-main-menu-theme-2>li:nth-child(4) a .text-active{
       
    @media  screen and (max-width: 480px) {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 10px;
        &:before{
          content: "";
          display: block;
          width: 32px;
          height: 32px;
          background-image: url("../img/partners-icon-mobile.png");
          background-size: contain;
          background-repeat: no-repeat;
      }
    }
  }



  /* .logged #menu-main-menu-theme-2>li:nth-child(7) */
  html[lang="en"] .logged #menu-main-menu-theme-2>li:nth-child(5),
  .logged #menu-main-menu-theme-2>li:nth-child(5),
  .logged #menu-main-menu-theme-2>li:nth-child(6){
    width: 0!important;
    position: relative;
    width: 50px;
    left: 30px;
    @media screen and (max-width: 1600px){
      left: 30px;
      width: 20px!important;
    }
     @media screen and (max-width: 1480px){
      left: 0;
     }
    @media screen and (max-width: 480px) {
     top: 30px;
     left: 0;
     & a{
      font-size: 22px;
      margin-left: 5px;
     }
    }
  }
  html[lang="en"] .logged #menu-main-menu-theme-2>li:nth-child(6),
  .logged #menu-main-menu-theme-2>li:nth-child(6){
    @media screen and (max-width: 1600px){
      left: 70px;
     }
    @media screen and (max-width: 480px){
      left: -30px;
     }
  }
  .logged #menu-main-menu-theme-2>li:nth-child(7){
    
    width: 200px!important;
    margin-left:10px;
    margin-bottom: 10px;
    left: 50px;
  

    @media screen and (max-width: 1600px) {
      left: 90px;
      top: 4px;
     }
     @media screen and (max-width: 1480px){
      left: 0;
     }

    @media screen and (max-width: 480px) {
      top: -50px;
      left: 0;
      grid-column: 1 / -1;
      grid-row: 1;
      /* margin-left: 20px; */
      border-radius: 50%!important;
      height: 115px!important;
      width: 115px!important;
     }
  }
  .wdes-account-area.hide-mob{
    

    @media screen and (max-width:1600px){
      .dropdown {
        width: 250px;
      }
    }
    @media screen and (max-width: 480px) {
      width: 100px;
      height: 100px;
      display: flex;
      align-items: center;
      background: url(../img/avatar.png) no-repeat;
      border-radius: 50%;
      position: relative;
      top: -7px;
      left: 15px;
      background-position: 0px 0px;
      background-size: contain;
      
      
      .dropdown{
        top: 85px;
        left: 0;
      }

    }
  }
  
 .logged .wdes-account-area.hide-mob{
    .avatar{
      width: 40px;
        position: absolute;
        left: 20px;
        top: 10px;
    }
    .dropdown {
      width: 100%!important;
      border-radius: 50px!important;
      border:2px solid var(--footer-dark)!important;
      padding: 17px 20px!important;  
      text-align: center;
    }

    @media screen and (max-width:1600px){
      
    }
    @media screen and (max-width:480px){
      .avatar{
        width: 100px;
        top: 0;
        left: 0;
      }
      .dropdown{
        border: none!important;

      }
    }
  }

  .caret{
    margin-left: 7px;
  }

  .main-menu>li.menu-item-has-children>a {
    padding: 15px 21px 15px 22px;
  }
  .main-menu>li.menu-item-has-children>a:focus,
  .main-menu>li.menu-item-has-children>a:active{
    color:#0054A6;
  }
  #menu-main-menu-theme-2.main-menu>li>a>span:not(.text-active) {
    position: absolute;
    padding: inherit;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translateY(150%);
    -ms-transform: translateY(150%);
    transform: translateY(150%);
}

.main-menu > li > a {
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 0em;
  word-spacing: 0px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  color:#333333;
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 9px 20px;
  &:hover{
    color:#1f1f1f;
  }
}

.main-menu > li > a:hover{
  border-radius: 50px;
  background-color: white;
}

.main-menu>li.menu-item-has-children>a:after {
  content: '\f0d7';
    font-family: "Font Awesome 5 Free";
    font-size: 9px;
    font-weight: 900;
    position: relative;
    bottom: 2px;
    margin-left:5px;
    display: inline-block;
    text-align: center;
    @media  (max-width: 1600px) {
      left: 5px;
    }

  }
.main-menu>li{
  position: relative;
}


.main-menu>li ul.sub-menu {
  margin: 0;
  position: absolute;
  top: 50px;
  left: 0;
  width: 265px;
  padding: 25px 31px 25px 37px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  z-index: 4;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  text-align: left;
  background-color: #0054A6;
  @media (max-width:1600px) {
    top: 60px;
  }
}

/* .main-menu>li.menu-item-26212 ul.sub-menu{
  left:36%;
}
.main-menu>li.menu-item-23024 ul.sub-menu{
  left:48%;
} */
.main-menu>li.menu-item-23274 ul.sub-menu{
  left:15%;
}

.main-menu>li:hover>ul.sub-menu{
  opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    transform: rotateX(0);
}
.main-menu>li ul.sub-menu>li>a{
  color: white;
  text-decoration: none;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 10px 20px 10px 0;
  @media screen and (max-width:480px) {
    &:hover, &:active, &:focus{
      background-color: white;
      color:#0054A6!important;
    }
  }
}


.main-menu>li>a>.text-active {
  display: inline-block;
  -webkit-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}


#containerNewUserSignup > div:nth-child(6){
  display: none;
}

.wdes-account-area li.open .dropdown-menu{
  margin-top: 15px;
  border-radius: 10px;
  display: grid;
  gap: 5px;
  padding: 10px;
  background-color: var(--footer-dark);
  li a{
    color: white!important;
  }

  li a:hover{
    color: var(--footer-dark)!important;
    text-decoration: none;
  }
}

/* BURGER MENU */
  /* Hide checkbox */
#menu-toggle {
  display: none;
}

/* Burger icon */
.burger {
  width: 26px;
  height: 18px;
  display: none; /* hidden on desktop */
  flex-direction: column;
  justify-content: space-around;
  cursor: pointer;
  position: relative;
  top: 0;
  z-index: 12;
    @media screen and (max-width:1024px) {
      z-index: 11;
    }
    @media screen and (max-width:480px) {
      right:-360px!important;
    }
    @media screen and (max-width:360px) {
      right:-310px!important;
    }

}

.burger span {
  background: #333;
  border-radius: 2px;
  transition: all 0.3s ease;
  height: 2px;
    width: 26px;
    display: block;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.burger span:last-child{
    width: 10px;
    float: right;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
}

/* Animation when checked */
#menu-toggle:checked + .burger span:nth-child(1) {
  transform: rotate(45deg) translate(3px, 4px);
}
#menu-toggle:checked + .burger span:nth-child(2) {
  opacity: 0;
}
#menu-toggle:checked + .burger span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -6px);
  width: 26px;
}

/* Menu visibility toggle */
.main-menu {
  display: flex;
  gap: 15px;
  list-style: none;
}


  .hero-area{
    padding-bottom: 25px!important;
  }
  .hero-image{
    border-radius: 25px;
    width: 100%;
    height: 500px;
    object-fit: cover;
    padding: 0;
    @media screen and (max-width:480px) {
        border-radius: 0;
        height: 250px;
    }  
}

  .hero-title{
    position: absolute;
    top: 685px;
    left: 266px;
    color: white;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-size: 80px;
    text-transform: none;
    letter-spacing: -0.03em;
    word-spacing: 0px;
    font-style: normal;
    font-weight: 600;
    transform: translateY(-320px);
    @media screen and (max-width:1163px) {
        left: 90px;
    }
    @media screen and (max-width:480px) {
        top: 490px;
        left: 20px;
        font-size: 36px;
    }
  }

  .io-image{
    position: absolute;
    left:270px;
    top: 340px;
    z-index: 2;
    @media screen and (max-width:1163px) {
        left: 100px;
    }
    @media screen and (max-width:480px) {
        top: 140px;
        left: 20px;

    }
  }



  section#header .wdes-header ul.top-nav > li:last-child > a{
    background: rgba(255, 255, 255, 0);
    padding: 15px 18px;
    border: 2px solid #0054A6;
    border-radius: 55px;
    width: 158px;
    text-align: center;
  }
  section#header .wdes-header ul.top-nav > li:last-child > a:hover{
    background-color: #0054A6;
    color: white;
    transition: all .2 ease-in-out;
  }
  section#main-body{
    padding-bottom: 0!important;
  }
  #order-phox div.header-lined h1{
    @media screen and (max-width: 480px) {
        font-size: 22px!important;
    }
  }
/* LOGIN PAGE */
.wdes-page-login section#main-body .main-content .logincontainer form.login-form input#login{
  border-radius: 50px;
  padding: 15px 34px;
}
.wdes-page-login section#main-body .main-content .logincontainer form.login-form input#login:hover{
    background-color: white!important;
    border: 1px solid var(--footer-dark)!important;
    color: var(--footer-dark)!important;
    border-radius: 50px;
}
/* MAIN AREA */
  /* PRODUCTS */
  #order-phox .products .product{
    border-radius: 25px!important;
  }
  #order-phox .products .product div.product-desc{
    height: 250px;
  }
  #order-phox .products .product footer .wdes-order-btn{
    border-radius:  50px!important;
    padding: 15px 34px!important;
    border: 1px solid var(--footer-dark)!important;
    &:hover{
      background-color: white!important;
      border: 1px solid var(--footer-dark);
      color: var(--footer-dark)!important;
    }
  }
  #order-phox .products .product header > span:first-child{
    font-size: 25px;
  }


  /* CART */
 .view-cart-items-header {
  border-radius: 10px 10px 0 0!important;
  padding: 18px 25px!important;
 }

 .secondary-cart-sidebar{
  @media screen and (max-width: 480px) {
    margin-top: 50px!important;
  }
 }



 .secondary-cart-sidebar .order-summary h2,
 .view-cart-items-header > div{
  font-size: 20px!important;
 }
.view-cart-items-header > div{
  @media screen and (max-width: 480px) {
    font-size: 16px!important;
  }
}

 #order-phox .view-cart-items{
   border:1px solid #eee!important;
   border-radius: 0 0 25px 25px!important;
 }
 #order-phox .order-summary .btn-continue-shopping,
 #order-phox .empty-cart .btn{
  background-color: transparent!important;
  font-weight: 500;
  text-decoration: none;
 }
 #order-phox .order-summary .btn-continue-shopping:hover,
 #order-phox .empty-cart .btn:hover{
  color:#0054A6;
 }

 #order-phox .empty-cart,
 .item-title,
 .item-price,
 .item-price + div{
  padding: 20px!important;
 }
 .item-price span.cycle{
  font-size: 14px;
 }
 .item-title .btn-link,
 .item-group{
  display: none!important;
 }

.sidebar-collapsed{
  @media screen and (max-width:1024px) {
    display: none;
  }
}

 .view-cart-items .item:last-child{
  border-radius: 0 0 10px 10px!important;
 }
 
 #order-phox .order-summary{
  padding: 20px 30px!important;
  border-radius: 10px!important;
 }

 #order-phox #checkout{
  border-radius: 50px!important;
 }

.view-cart-tabs{
  margin-top: 50px!important;
  padding: 20px!important;
  border: 1px solid #eee;
  border-radius: 10px;
  background-color: #0054A6!important;
}
#order-phox .view-cart-tabs .nav-tabs{
  padding-left: 0;
}
#order-phox .view-cart-tabs .nav-tabs a[aria-expanded=true]{
  border-color: #0054A6 #0054A6 #0054A6;
  background-color: #0054A6!important;
  color:white;
  font-size: 16px;
  font-weight: bold;
}
.nav-tabs,
#order-phox .view-cart-tabs .tab-content{
  background-color: #0054A6;
  border-color: #0054A6;
}

#order-phox .promo .prepend-icon .field{
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 10px 10px 0 0;
}
#order-phox .prepend-icon .field-icon{
  margin-top: 11px!important;
}
#order-phox .field, #order-phox .form-control{
  color:#000!important;
  border-color:gray!important;
  padding-top:20px!important;
  padding-bottom:20px!important;
  font-size: 16px!important;
}

#order-phox .form-control{
  height: 60px!important;
}
#order-phox .promo .prepend-icon + .btn-default{
  border-radius: 0 0 10px 10px;
  height: 60px;
  width: 100%;
}

#order-phox .alert{
  font-size: 18px;
} 
.ElementsApp input,
#order-phox label,
.small.text-muted{
  font-size: 16px!important;
}
.marketing-email-optin{
  margin-top: 50px;
  border: none;
}

.cart-body p{
  margin: 15px 0;
}

.cart-body .text-center{
  margin-top: 50px;
}


#order-phox .order-confirmation{
  margin-top: 40px;
  margin-bottom: 40px;
}

#order-phox .cc-input-container{
  /* background-color: #E6E6E6!important; */
  background:linear-gradient(360deg, #e3ffe7 0%, #d9e7ff 100%)!important;
  padding:40px 20px!important;
  border-radius: 25px!important;
  text-align: center;
  /* border:1px solid gray!important; */
}

#order-phox .cc-input-container .existing-cc-grid{
  @media screen and (max-width: 480px) {
    /* grid-template-columns: repeat(3, auto) minmax(10em, 30em) auto!important; */
    grid-template-columns: repeat(3, auto) minmax(100px, 30em) auto!important;
  }
}


#order-phox .cc-input-container iframe > .InputElement{
    font-size: 18px!important;
}
#order-phox .cc-input-container .prepend-icon .field-icon{
  margin-top: 30px!important;
}

#order-phox .cc-input-container #inputDescription{
  margin-top: 20px;
}
#order-phox .cc-input-container ul li{
  text-align: center!important;
}
#order-phox .cc-input-container ul li .radio-inline{
  color: black;

}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success{
  background-color: var(--footer-dark);
}

#stripeElements label{
  font-weight: 600;
}

.cart-body .text-center .btn-default,
.btn-primary,
.btn-warning,
.btn-info{
  background-color: var(--footer-dark)!important;
  border-color: var(--footer-dark)!important;
 outline: none!important;
  border-radius: 50px;
  color:white;
  padding: 15px 34px;
}
.btn-success,
.btn-success:focus, .btn-success.focus{
  padding: 15px 34px!important;
  border-radius: 50px;
}

.btn-default{
  border-radius: 50px;
  padding: 15px 34px!important;
  border: 1px solid var(--footer-dark);
}


.md-editor .md-header .btn-default,
button[title="Preview"]{
  padding: 10px 20px!important;
}
.md-editor .md-header .btn-primary.active:hover,
button[title="Preview"]:hover,
button[title="Preview"]:active,
button[title="Preview"]:focus{
  color: var(--footer-dark)!important;
  background-color: white!important;
  border: 1px solid var(--footer-dark)!important;

}


.cart-body .text-center .btn-default:hover,
.btn-warning:hover,
.btn-primary:hover,
.btn-info:hover{
  border-color: var(--footer-dark);
  background-color: white!important;
  color: var(--footer-dark);
  transition: all .5 ease-in-out;
}

.text-muted{
  color: #333;
}


/* CLIENT DASHBOARD */
li[menuitemname="Divider"],
li[menuitemname="Switch Divider"],
div[menuitemname="Support"],
div[menuitemname="Recent News"],
div[menuitemname="Client Shortcuts"]{
  display: none;
}

div[menuitemname="Account"]{
  @media screen and (max-width: 480px) {
    display: none;
  }
}


div[menuitemname="Ticket Information"] button.btn.btn-danger{
  border-radius: 50px;
}
div[menuitemname="CC Recipients"] button.btn.btn-default,
div[menuitemname="Ticket Information"] button.btn.btn-success.btn-sm.btn-block,
div[menuitemname="Ticket Information"] button.btn.btn-danger.btn-sm.btn-block{
  padding: 5px 12px!important;
}

.wdes-flex-mob .marketing-email-optin + .form-group.text-center{
  @media screen and (max-width:480px) {
    display: flex;
    gap: 5px;
  }
}


.sidebar .panel > .panel-footer a.btn, .cart-sidebar .panel > .panel-footer a.btn{
  padding: 15px 34px;
  border-radius: 50px;
  background-color: var(--footer-dark);
  border: 1px solid var(--footer-dark);
  color: white;
} 
.sidebar .panel > .panel-footer a.btn:hover, .cart-sidebar .panel > .panel-footer a.btn:hover{
  background-color: white;
  border: 1px solid var(--footer-dark);
  color: var(--footer-dark);
}

.btn-block{
  width: initial;
}
#payMethodList a{
  margin: 10px;
}
#payMethodList tr:last-child td:last-child{
  display: flex;
}
#payMethodList a.btn.btn-sm{
  padding: 5px 10px!important;
  font-size: 14px!important;
  font-weight: 500!important;
}

.dataTables_wrapper .dataTables_length{
  padding: 10px;
  margin-top: 20px;
}
.dataTables_wrapper .dataTables_paginate{
  margin-top: 20px!important;
}



  .footer-wrapper {
    background: var(--footer-dark);
    font-family: 'Manrope', sans-serif;
    color: var(--footer-text);
    /* padding: 80px 24px 32px; */
    position: relative;
    overflow: hidden;
    @media screen and (max-width: 480px) {
        padding: 50px 20px 28px!important;
    }
  }
  .wp-footer{
    margin: 0 40px 25px 40px;
    border-radius: 25px;
    height:474px;
    @media screen and (max-width: 480px){
        margin: 0 20px 17px 20px;
        height: 530px;
    }
  }
  .footer-wrapper::before {
    content: '';
    position: absolute;
    inset: -120px -40px auto;
    height: 340px;
    background: rgba(255, 255, 255, 0.04);
    filter: blur(120px);
    z-index: 0;
  }


  .footer-card {
    position: relative;
    z-index: 2;
    max-width: var(--footer-max-width);
    margin: 0 auto;
    padding: 55px 0 24px 0;
    display: flex;
    flex-direction: column;
    
    gap: 48px;
        @media screen and (max-width: 480px) {
            padding: 0!important;
        }
    }

  .footer-card::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    mix-blend-mode: screen;
    opacity: 0.35;
  }

  .footer-card-grid {
    display: grid;
    /* grid-template-columns: minmax(850px, 320px) repeat(2, minmax(160px, 1fr)); */
    grid-template-columns: minmax(320px, 850px) repeat(2, minmax(160px, 1fr));
    padding:52px 0 45px;
    position: relative;
    z-index: 1;
    @media screen and (max-width: 1279px) {
        display:flex!important;
        flex-wrap:wrap!important;
    }
    @media screen and (max-width: 480px) {
        gap: 0px!important;
        display: flex!important;
        padding: 0;
    } 
}

  .footer-brand {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    margin-left: 70px;
    @media screen and (max-width: 480px) {
        flex: 1 0 100%;
        gap: 20px;
        margin-bottom: 20px;
        margin-left: 0;
        width: 100%;
    }
  }

  .footer-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    border-radius: 999px;
    width: fit-content;
    margin-bottom: 1.3125rem;
  }

  .footer-tagline {
        display: flex;
        flex-direction: column;
        gap: 0.1em;
        font-size: 60px;
        line-height: 70px;
        margin: 10px 0;
        font-weight: 500;
            @media screen and (max-width: 1279px) {
                font-size: 30px;
            }
            @media screen and (max-width: 480px) {
                line-height: 30px;
            }
    }

    .footer-tagline p{
      font-size: 60px;
      line-height: 70px;
      margin: 0;
      font-weight: 500;
      display: flex;
      flex-direction: column;
      gap:0.5em;
      @media screen and (max-width: 480px) {
        font-size: 30px;
        width: 100%;
        line-height: 1.5;
      }
    }

  .footer-column{
    width: 200px;
    @media screen and (max-width: 480px) {
        gap: 0px;
        flex: 0 1 50%;
        margin: 20px 0;
        width:150px;
    }
  }

 .footer-card-grid .about-footer{
   margin-left: 133px;
   @media screen  and (max-width:480px){
      margin: 0;
   }
 }
 .footer-card-grid .services-footer{
  margin-left: 46px;
  @media screen  and (max-width:480px){
    margin: 0;
 } 
}

  .footer-column h4 {
    color: var(--footer-text);
    margin: 0 0 .4em 0;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: normal;
    
  }

  .footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    /* gap: 8px; */
    line-height: 1.9;
    @media screen and (max-width: 480px) {
      
        gap: 10px;
        line-height: 1.4;
      li{
        width: 140px;
      }
    }
  }

  


  .footer-links a {
    color: var(--footer-text);
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 0.02em;
    transition: color 0.2s ease, transform 0.2s ease;
    @media screen and (max-width: 480px) {
        font-size: 12px;
       }
  }

  .footer-links a:hover,
  .footer-links a:focus {
    color: var(--footer-link-hover);
    transform: translateX(4px);
  }

  .footer-meta {
    position: relative;
    z-index: 2;
    max-width: calc(var(--footer-max-width) - 174px);
    height: 66px;
    background: white;
    border-radius: 25px 25px 0 0; 
    margin: 13px auto 0 auto;
    padding: 24px 57px 30px 57px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    @media screen and (max-width: 1279px){
        width:100%;
      max-width: 1098px;
    }
    @media screen and (max-width: 1163px){
        width:100%;
        max-width: 968px;
    }
    @media screen and (max-width: 991px){
        width:100%;
        max-width: 968px;
    }
    @media screen and (max-width: 480px){
        width:100%;
        max-width: 360px;
        background-color: #0054A6;
        padding: 0!important;
    }
  }
  .footer-meta:after,
  .footer-meta:before{
    content:"";
    display:block;
    width: 20px;
    height: 40px;
    position: absolute;
    box-shadow: 0 20px 0 0 #ffffff;
    bottom: 0;
    @media screen and (max-width: 480px){
        display: none;
    }
}
  .footer-meta:before{
    border-bottom-right-radius:20px;
    right: 100%;

  }
  .footer-meta:after{
    border-bottom-left-radius:20px;
    left: 100%;
  }
  .footer-meta p {
    margin: 0;
    color: var(--footer-dark-text);
    font-size: 14px;
    letter-spacing: 0.02em;
    @media screen and (max-width: 480px) {
        color: white;  
        font-size: 11px;     
    }
  }
  .footer-meta nav[aria-label="Footer secondary links"]{
    @media screen and (max-width:480px) {
      position: relative;
      left: -278px;
      top: 15px;
    }
  }
  .footer-meta nav ul {
    display: flex;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
        @media screen and (max-width: 480px){
         margin-bottom: 20px!important;   
        }
    }

  .footer-meta nav a {
    color: var(--footer-dark-text);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.02em;
    transition: color 0.2s ease;
    @media screen and (max-width: 480px){
        font-size: 11px;
        color: white;

    }
  }

  .footer-meta nav a:hover,
  .footer-meta nav a:focus {
    color: var(--footer-link-hover);
  }
  @media (max-width: 1480px){
    .burger {
      display: flex;
      align-items: flex-end; 
      right: -90%;       
    }
    .hide-mob{
      display: block;
    }
 

    #menu-main-menu-theme-2{
      display: none;
      flex-direction: column;
      justify-content: flex-start;
      background: #fff;
      position: absolute;
      top: 60px;
      right: 0;
      width: 350px;
      padding: 85px 15px;
      border-radius: 8px;
      /* box-shadow: 0 2px 10px rgba(0,0,0,0.15); */
      z-index: 11;
      height: 100vh;
    }
    #menu-toggle:checked + .burger + nav .main-menu {
      display: flex;
      align-items: flex-start;
      gap:0;

    }
    .main-menu>li {
      padding: 8px 0;
      display: block;
    }
  }



  @media (max-width: 1024px) {
    .burger {
      display: flex;
      align-items: flex-end; 
      gap: 1px;
    }
    .hide-mob{
      display: block;
    }
 

    #menu-main-menu-theme-2{
      display: none;
      flex-direction: column;
      justify-content: flex-start;
      background: #fff;
      position: relative;
      top: -60px;
      left: 155px;
      width: 250px;
      padding: 85px 15px;
      border-radius: 8px;
      /* box-shadow: 0 2px 10px rgba(0,0,0,0.15); */
      z-index: 10;
      height: 100vh;
      @media screen and (max-width:480px) {
        & > li:first-child{
          margin-top: 20px;
        }
      }
    }
    #menu-toggle:checked + .burger + nav .main-menu {
      display: flex;
      align-items: flex-start;
      gap:0;
      /* height:auto; */
    }
    .main-menu>li {
      padding: 0;
      display: block;
    }

    .main-menu>li>a{
      display: block;
      font-size: 14px;
      padding: 15px 65px 15px 20px;
      line-height: 1;
    }

    .main-menu>li ul.sub-menu{
      position: relative;
      top:0;
      left: 45px!important;
      background-color: rgba(255 255 255 / 0);
      padding: 0;
    }

    .main-menu li .sub-menu li {
      width: 100%;
    }

    .main-menu>li ul.sub-menu>li>a {
      display: block;
      font-weight:600;
      color: #333!important;
      text-decoration: none;
      padding: 12px 10px 12px 0;
      font-size: 14px;
    }
    
    .main-menu li .sub-menu li a:hover {
      background: #f0f0f0;
    }
    
  
    .main-menu li ul.sub-menu {
      margin-top: 5px;
      padding-left: 15px;
      list-style: none;
      z-index: 1;
    }

    .main-menu {
      flex-direction: column;
    }
  
    .main-menu li .sub-menu {
      position: relative; /* so it pushes content below naturally */
      display: none; /* hide by default */
      padding-left: 15px;
    }
  
    /* Toggle submenu when parent <li> has .open class (we can add via JS) */
    .main-menu li.open > .sub-menu {
      display: block;
    }


    .footer-wrapper {
      padding: 72px 24px 32px;
    }

    .footer-card {
      padding: 48px;
      border-radius: 40px;
    }

    .footer-card-grid {
      gap: 40px;
      grid-template-columns: repeat(2, minmax(200px, 1fr));
    }
  }

  @media (max-width: 767px) {
    .hidden-xs {
      display: block !important;
  }
    .footer-card {
      padding: 40px 32px;
      border-radius: 32px;
    }

    .footer-card-grid {
      grid-template-columns: 1fr;
      gap: 32px;
    }

    .footer-tagline {
      font-size: 34px;
    }

    .footer-meta {
      max-width: 100%;
      padding: 18px 28px;
      flex-direction: column;
      align-items: flex-start;
      gap: 12px;
    }

    .footer-meta nav ul {
      gap: 14px;
      flex-wrap: wrap;
    }
  }

  @media (max-width: 520px) {

    #menu-main-menu-theme-2{
      top: -60px;
      left: 50px;
      width: 320px;
    }
    /* #menu-toggle:checked + .burger + nav .main-menu {
      display: flex;
      align-items: flex-start;
      flex-wrap: wrap;
      gap:0;
    
    } */
    #menu-toggle:checked + .burger + nav .main-menu {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap:0;
      align-content: baseline;
      width: 390px;
      height:110vh;
      position: fixed;
      overflow: hidden;
    }

    .main-menu>li {
      grid-column: 1 / -1;
    
    }
    
     
  #menu-main-menu-theme-2>li:nth-child(5){
    grid-column: 1/2;
  }
  #menu-main-menu-theme-2>li:nth-child(6){
    grid-column: 2/3;
  }
  #menu-main-menu-theme-2>li:nth-child(7){
    grid-column: 3/4;
  }
  
  #menu-main-menu-theme-2>li:nth-child(8){
    grid-column: 1 / -1;

  }


  .secondary-cart-body .view-cart-items .item > .row {
    display: flex;
    flex-wrap: wrap;
    .col-sm-7 {
      flex: 0 1 50%;
    }
    .col-sm-4{
      flex: 0 1 40%;
    }
    .item-title,
    .item-price span:first-child{
      font-size: 16px!important;
    }
}

#order-phox .empty-cart{
  margin: 0;
}

  
    .footer-wrapper {
      padding: 64px 20px 28px;
    }

    .footer-card {
      padding: 32px 24px;
      border-radius: 28px;
    }

    .footer-logo {
      font-size: 18px;
    }

    .footer-tagline {
      font-size: 30px;
    }

  }

@media (max-width:360px){
  #menu-main-menu-theme-2{
    top: -10px;
    left: 0;
    width: 320px;
  }

  #menu-toggle:checked + .burger + nav .main-menu {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap:0;
    /* height:auto; */
  }
  .main-menu>li {
    grid-column: 1 / -1;
  }
  
  #menu-main-menu-theme-2>li:nth-child(5){
    grid-column: 1/2;
  }
  #menu-main-menu-theme-2>li:nth-child(6){
    grid-column: 2/3;
  }
  #menu-main-menu-theme-2>li:nth-child(7){
    grid-column: 3/4;
  }

  #menu-main-menu-theme-2>li:nth-child(8){
    grid-column: 1 / -1;
  }


  .main-menu>li>a{
    font-size: 14px;
    padding: 10px 65px 10px 20px;
    line-height: 1;
  }

  .main-menu>li ul.sub-menu{
    position: relative;
    top:0;
    left: 45px!important;
    background-color: rgba(255 255 255 / 0);
    padding: 0;
  }

  .main-menu li .sub-menu li {
    width: 100%;
  }

  .main-menu>li ul.sub-menu>li>a {
    display: block;
    font-weight:600;
    color: #333!important;
    text-decoration: none;
    padding: 12px 10px 12px 0;
    font-size: 14px;
  }
  
  .main-menu>li .sub-menu li a:hover {
    background: #f0f0f0;
  }
  

  .main-menu>li ul.sub-menu {
    margin-top: 5px;
    padding-left: 15px;
    list-style: none;
    z-index: 1;
  }

  .main-menu {
    flex-direction: column;
  }

  .main-menu li .sub-menu {
    position: relative; /* so it pushes content below naturally */
    display: none; /* hide by default */
    padding-left: 15px;
  }

  /* Toggle submenu when parent <li> has .open class (we can add via JS) */
  .main-menu li.open > .sub-menu {
    display: block;
  }

}

/* Avatar Image */

div.sidebar-avatar-container {
    margin: 0 auto 25px auto;
    text-align: center;
}

img.regeneratable {
    cursor: pointer !important;
    /*border: 3px solid #ddd;*/
    border-radius: 8px;
    transition: border 0.3s;
    max-width: 80%;
}
img.regeneratable:hover {
    border-color: #999;
}

.regenerate-btn {
    /*position: relative;
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;*/
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    backdrop-filter: blur(4px);
}

.regenerate-btn:hover {
    background: rgba(0, 0, 0, 0.8);
    transform: scale(1.1);
}

.regenerate-btn:active {
    transform: scale(0.95);
}