:root {
  --main-color-one: #F52D78;
  --secondary-color: #03000C;
  --heading-color: #01358D;
  --paragraph-color: #5B5F66;
  --heading-font: 'Poppins', sans-serif;
  --body-font: 'Poppins', sans-serif;
  --white: #ffffff;
  --white-2: #F1F1F1;
  --black: #000000;
  --black-2: #8F919A;
  --overlay-color: #03000C;
  --section-bg-1: #1B1E26;
  --section-bg-2: #03000C; }

.select-popup-wrapper{
    display: none;
	position: fixed;
    width: 81%;
    background: #f8f8f8;
    /* opacity: 0.5; */
    color: #fff;
    top: 0;
    right: 0;
    /* left: 0; */
    height: 100%;
    z-index: -1;
}
.popup-select-btn {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 0px;
    transition: 0.5s;
    cursor: pointer;
}
.popup-select-btn:hover {
  color: #d30c5c;
}
@media (min-width: 1200px) {
  .eleddon_container {
    max-width: 1200px; } }

.eleddon_container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.eleddon_row {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
    max-height: 430px; }

.eleddon_col-1,
.eleddon_col-2,
.eleddon_col-3,
.eleddon_col-4,
.eleddon_col-5,
.eleddon_col-6,
.eleddon_col-7,
.eleddon_col-8,
.eleddon_col-9,
.eleddon_col-10,
.eleddon_col-11,
.eleddon_col-12 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.eleddon_col-1 {
  width: 8.33333333%; }

.eleddon_col-2 {
  width: 16.66666667%; }

.eleddon_col-3 {
  width: 25%; }

.eleddon_col-4 {
  width: 33.33333333%; }

.eleddon_col-5 {
  width: 41.66666667%; }

.eleddon_col-6 {
  width: 50%; }

.eleddon_col-7 {
  width: 58.33333333%; }

.eleddon_col-8 {
  width: 66.66666667%; }

.eleddon_col-9 {
  width: 75%; }

.eleddon_col-10 {
  width: 83.33333333%; }

.eleddon_col-11 {
  width: 91.66666667%; }

.eleddon_col-12 {
  width: 100%; }


h1 {
  font-size: 36px;
  line-height: 1.2; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px !important; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 15px;
  line-height: 1.3; }

p {
  color: var(--paragraph-color);
  margin-bottom: 20px; }

a {
  color: inherit;
  text-decoration: none;
  color: var(--paragraph-color);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: inherit; }

a:hover {
  color: var(--main-color-one); }

pre {
  word-break: break-word; }

a i {
  padding: 0 2px; }

img {
  max-width: 100%; }

ol {
  counter-reset: counter;
  padding-left: 0; }

ol li {
  list-style: none;
  margin-bottom: 1rem; }

ol li:before {
  counter-increment: counter;
  content: counter(counter);
  font-weight: 500;
  margin-right: 10px; }

button {
  cursor: pointer; }

.eleddon_accordion-area {
    padding-top: 100px;
}
.eleddon_title-area {
  border-bottom: 1px solid #ddd;
  margin-bottom: 50px; }

.eleddon_search-form-inner {
  position: relative; }
  .eleddon_search-form-inner input[type="text"] {
    height: 40px;
    width: 100%;
    border: 1px solid #DBDCDE;
    padding: 0 50px 0 15px;
    min-width: 300px; }
  .eleddon_search-form-inner button {
    position: absolute;
    right: 0;
    height: 100%;
    border: none;
    background-color: transparent;
    padding: 0 15px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .eleddon_search-form-inner button:hover {
      background-color: var(--main-color-one);
      color: var(--white); }

.eleddon_category-search-form .eleddon_search-form-inner {
  overflow: hidden; }

.eleddon_category-search-form .nice-select {
    border: none;
    height: 38px;
  }
.nice-select .option {
    color: #5b5f66;
}
.nice-select .current {
    color: #5b5f66;
}
.eleddon_category-search-form  .eleddon_search-form-inner input[type="text"] {
  border: none;
}
.eleddon_category-search-form form {
    border: 1px solid #ddd;
}
.eleddon_block-item-2 {
  display: block;
  -webkit-box-shadow: 0px 9px 46px rgba(133, 133, 133, 0.16);
  box-shadow: 0px 9px 46px rgba(133, 133, 133, 0.16);
  position: relative;
  border: 2px solid;
  border-color: transparent;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background: #fff;
  overflow: hidden;
  margin-bottom: 30px; }
.eleddon_block-item-2:hover {
    border-color: #F52D78;
}
.eleddon_block-item-2.pro {
    opacity: 0.3;
}
.eleddon_block-item-2.pro:hover {
    border-color: transparent;
}
  .eleddon_block-item-2 label {
    display: block;
    cursor: pointer;
  }
  .eleddon_block-item-2.pro label {
    cursor: inherit;
  }
  .eleddon_block-item-2 img {
    padding: 20px 30px 0px; }
  .eleddon_block-item-2 span {
    display: block;
    font-weight: 500;
    padding: 12px 30px;
    border-top: 1px solid #EEEEF0;
    color: #F52D78;
    font-size: 14px; }
  .eleddon_block-item-2 input[type="radio"] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 0; }
  .eleddon_block-item-2.eleddon_block-active {
    border-color: #F52D78; }

    .eleddon_badge {
    position: absolute;
    top: 5px;
    left: -25px;
    transform: rotate(-45deg);
}
.eleddon_badge span {
    display: block;
    color: white;
    padding: 0 30px;
    height: 25px;
    line-height: 25px;
    background: transparent linear-gradient(105deg, #FD1593 0%, #6101AF 100%);
}
.hidden {
    display: none;
}


.eleddon_menu-2 ul {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
}
.eleddon_menu-2 ul li {
  display: inline-block;
  margin-left: 30px;
}
.eleddon_menu-2 ul li:first-child {
  margin-left: 0px;
}
.eleddon_plugin-option-menu-2 button {
  background-color: transparent;
  border-color: #B65BE3;
  color: #B65BE3;
  border: 2px solid;
  display: inline-block;
  padding: 5px 12px;
  border-radius: 5px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; 
}
  .eleddon_plugin-option-menu-2 button:last-child {
    margin-right: 0; 
  }
  .eleddon_plugin-option-menu-2 button:hover, .eleddon_plugin-option-menu-2 button.active {
    color: var(--white);
    background-color: #B65BE3;
    border-color: #B65BE3; 
  }
  .eleddon_plugin-option-menu-2 button.eleddon_free {
    border-color: #A7D68B;
    color: #A7D68B; 
  }
    .eleddon_plugin-option-menu-2 button.eleddon_free:hover, .eleddon_plugin-option-menu-2 button.eleddon_free.active {
      background-color: #A7D68B;
      border-color: #A7D68B;
      color: var(--white); 
    }
.eleddon_plugin-option-menu-2 button.eleddon_pro {
  border-color: #B3AEFF;
  color: #B3AEFF; 
}
.eleddon_plugin-option-menu-2 button.eleddon_pro:hover, .eleddon_plugin-option-menu-2 button.eleddon_pro.active {
  background-color: #B3AEFF;
  border-color: #B3AEFF;
  color: var(--white); 
}
