

	a, .a, p, .p .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family:Figtree,sans-serif !important;
    
}
body
{
  width:100% !important;
  font-family:Figtree,sans-serif !important;
}
/*
a:not(.btn):hover {
    text-decoration: none !important;  
}*/
.container h1.display + .meta {
 color:#fff;
}

.header {
    margin-top: -35px;
}


@media (min-width: 768px) {
    .header {
        margin-top: -115px;
    }
}


@media (min-width: 1200px) {
    .header {
        margin-top: -130px;
    }
}

.nav__tools>li a.nav-cart {
    cursor: pointer;
}
.btn.btn--cart:hover {
    background: rgb(106.4711864407, 182.5220338983, 9.7779661017);
    color: #ffffff;
}

input[type=text], select {
    border:1px solid #ccc !important;
}
a:not(.btn) {
  text-decoration: none !important;
   /* color: #000;
    
    border-bottom: 0px solid #f6f6f6 !important; 
    -webkit-transition: background .5s, border-color .5s, color .5s;
    transition: background .5s, border-color .5s, color .5s;*/
}
.sidebar-menu a {
   border-bottom: 2px solid #f6f6f6 !important; 
}

.myiti-button {
  background-color: #590889; 
  color: #fff;
  border: none;
  padding: 16px 35px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
  display: flex;
  align-items: center;
 
}


.user-panel {
  position: relative; 
}


.user-panel .dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #E0E0E0;
   width: 100%;
  min-width: 160px;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 1000;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}




.user-panel:hover .dropdown {
  display: block;
  background-color: #E0E0E0;
}


.user-panel .dropdown li {
  padding: 10px;
}

.user-panel .dropdown li a {
  color: #E0E0E0;
  text-decoration: none;
  display: block;
}

.user-panel .dropdown li a:hover {
  background-color: #E0E0E0;
}

.spinner {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #5C068C;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  margin: auto;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.custom-dropdown-full {
  width:100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 1rem 1rem;
    font-size: 16px;
    font-family: inherit;
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-sizing: border-box;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23333' stroke-width='2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 10px;
    padding-right: 2rem;
    cursor: pointer;
    transition: border-color 0.2s ease-in-out;
}

select.custom-dropdown-full option {
  white-space: normal !important;
  word-break: break-word;
  overflow-wrap: break-word;
}
.page-content {
    max-width: 100% !important;
}

.item>* {
  max-width: 80% !important;
}
.dash__wrapper
{
max-width: 1400px !important;
}
.cart--empty
{
  margin-bottom:50px !important;
}

.chkbox-label, .radio-label {
    padding-left: 24px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    display: block;
    margin-bottom: 8px;
}

.featured-header  a:not(.btn):not(.card):not(.tag) {
    color: #fff !important;
    text-decoration: none;
    border-bottom: 0px solid #f6f6f6 !important; 
    -webkit-transition: background .5s, border-color .5s, color .5s;
    transition: background .5s, border-color .5s, color .5s;
}
.pagination-item--current a {
    background: #590889 !important;
    color: #fff !important;
}

.megamenu .row
{
  display:-webkit-box !important;
}



a.add-to-cart-text, a.more-info {
color: #590889 !important;
    text-decoration: none;
     border-bottom: 0px !important;
}

a.add-to-cart-text:hover {
color: #590889 !important;
    text-decoration: underline !important;
     border-bottom: 1px !important;
     cursor: pointer;
}
.card:hover .meta {
  color: #000  !important;
}


a.newslink:hover {
    color: white !important;
    text-decoration: underline !important;
}

table {
  border-collapse: collapse !important;
}

.page-content table th,
.page-content table td {
  border: 1px solid rgb(171, 171, 171) !important;
  padding-left: 5px !important;
}


a.myiti-button:hover,a.myiti-button:focus {
  color:white !important;
  text-decoration: none !important;
}

#cookie-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  z-index: 9998;
  display: none;
}

.cookie-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  max-width: 90%;
  background: #f4f4f4;
  border-top: 6px solid #6a1b9a;
  padding: 30px;
  z-index: 9999;
  display: none;
  box-shadow: 0 15px 40px rgba(0,0,0,0.4);
}

.cookie-header {
  font-size: 24px;
  font-weight: 600;
  color: #6a1b9a;
  margin-bottom: 15px;
}

.cookie-body {
  font-size: 15px;
  margin-bottom: 25px;
  color: #333;
}

.cookie-buttons {
  display: flex;
  gap: 20px;
}

.cookie-buttons button {
  flex: 1;
  padding: 14px;
  border: none;
  font-weight: 600;
  cursor: pointer;
}

.btn-accept {
  background: #6a1b9a;
  color: white;
}

.btn-disable {
  background: #6a1b9a;
  color: white;
  opacity: 0.8;
}

/*Cart*/

.spinner {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #5C068C;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  margin: auto;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



.checkout-button {
    display: inline-block;
    float: right;
    width: 250px;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    padding: 0;
    background: #68B928;
    color: #FFFFFF;
    border: none;
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
    text-decoration: none !important;
    
    font-weight: normal !important;
}
  
 .btn-cart-empty {
    display: inline-block;
    background: #5C068C;
    border-radius: 5px;
    padding: 9px;
    font-size: 16px !important;
    color: #fff;
    width: 100%;
    outline: none;
    max-width: 212px;
    text-align: center;
    margin: 10px 0px;
    text-decoration: none !important;
    font-weight: normal !important;
    text-transform: uppercase;
    
}

.btn-cont-shopping {
    display: inline-block;
    background: #5C068C;
    border-radius: 5px;
    padding: 10px;
    font-size: 16px !important;
    color: #fff;
    width: 100%;
    outline: none;
    max-width: 212px;
    text-align: center;
    margin: 10px 0px;
    text-decoration: none !important;
    font-weight: normal !important;
    text-transform: uppercase;
    
}

  .cart-summary {
    margin-top: 20px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 5px;
    font-size: 18px;
}

.cart-summary p {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
}
.remove-btn {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
}

.remove-btn:hover {
    color: red;
    transform: scale(1.2);
}
 
  #cart-items tr:nth-child(even) td {
    background: rgba(234, 234, 234, 0.5) !important;
}

#cart-items tr:nth-child(odd) td {
    background: #EAEAEA !important;
}
.cart-new {
    border-top: 3px solid #5C068C;
    box-shadow: 0px 0px 10px 4px #F1F1F1;
    padding: 40px;
}

.table-container {
    width: 100%;
    overflow-x: auto;
}
.editor table td, .editor table th {
    padding: 10px 15px;
    border-right: 1px solid #FFFFFF;
}

.woocommerce table {
    width: 100%;
}

/*endCart*/

.package-card {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important; 
}

.product-box {
  border: 0px !important;
  flex-grow: 1 !important; 
}
.swal2-actions
{
  gap:12px !important;
}

.swal2-html-container {
  font-size: 1.5em !important;
}
   .row.sectionBlockLayout>.container, .row.sectionBlockLayout>.container-lg, .row.sectionBlockLayout>.container-md, .row.sectionBlockLayout>.container-sm, .row.sectionBlockLayout>.container-xl, .row.sectionBlockLayout>.container-xxl {
        max-width: 100% !important;
    }

