:root {
  --primary: #f590a7;
  --secondary: #cf9163;
  --white: #fff;
  --black: #000;
  --gray-light: #f6f5f5;
  --gray-dark: #9baeaf;
  --gray-light-in: #ebebeb;
  --font-family-icons: 'FontAwesome';
}

body {
  margin-bottom: 0px;
}

a, button {
  cursor: pointer;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.site_content {
  width: 100%;
  height: auto;
  position: relative;
  padding: 60px 0px;
}

.site_content--top {
  padding-top: 100px;
}

@media screen and (max-width: 765px) {
  .site_content {
    padding: 40px 0px;
  }

  .site_content--top {
    padding-top: 60px;
  }
}

button[disabled]
{
  cursor: not-allowed;
  box-shadow: none; 
  opacity: 0.65;
}

textarea
{
  resize: vertical;
}

.message-alerts
{
  width: 100%;
  height: auto;
  position: relative;
}

.alert
{
    position: relative;
    padding: .95rem 1.25rem;
    margin-bottom: 25px;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-size: 14px;
    padding-right: 2.8em;
}

.alert ul
{
  list-style: none;
}

.alert-success 
{
    color: #fff !important;
    background-color: #21aa93 !important;
    border-color: #21aa93 !important;
}

.alert-info
{
    color: #004085 !important;
    background-color: #cce5ff !important;
    border-color: #b8daff !important;
}

.alert-danger,
.alert-error 
{
    color: #fff !important;
    background-color: #ee4540 !important;
    border-color: #c72c41 !important;
}

.alert-warning 
{
    color: #856404 !important;
    background-color: #fff3cd !important;
    border-color: #ffeeba !important;
}

.alert-dismissible 
{
    padding-right: 2.8em;
}

.close 
{
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000 !important;
    text-shadow: 0 1px 0 #fff; 
    opacity: .5;
    cursor: pointer;
}

.alert .close
{
    position: absolute;
    right: 1.25rem;
    color: inherit;
    font-size: 20px;
}

.alert-dismissible .close 
{
    position: absolute;
    right: 0;
    padding: .95rem 1.25rem;
    color: inherit;
    font-size: 20px;
}

button.close 
{   
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

/*---- Header ----*/

.header.special .header-position {
  background: var(--white);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.03);
}

.header.special .header-position.fixed,
.header-position.fixed {
  background: var(--white);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.header.special .header-position .lynessa-menu-item-title,
.header.special .header-position .icon {
  color: var(--black);
}

.header-position .lynessa-menu-item-title,
.header-position .icon {
  color: var(--white);
}

.header.special .header-position .box-header-nav .main-menu > .menu-item:hover > a {
  color: var(--black);
}

.header-position .box-header-nav .main-menu > .menu-item:hover > a {
  color: var(--white);
}

.header-position.fixed .box-header-nav .main-menu > .menu-item:hover > a {
  color: var(--black);
}

.header-position .box-header-nav .main-menu > .menu-item > a.active {
  text-decoration: underline;
}

.box-header-nav .main-menu .menu-item .submenu .menu-item > a.active {
  color: var(--primary);
}

.header-position.fixed .lynessa-menu-item-title,
.header-position.fixed .icon {
  color: var(--black);
}

.header.special .header-mobile .menu-bar {
  color: var(--black);
}

.header-mobile .menu-bar {
  color: var(--white);
}

.header.special .header-mobile .icon {
  color: var(--black);
}

.header-mobile .icon {
  color: var(--white);
}

.header-logo {
  max-width: 110px;
  height: auto;
  display: inline-block;
}

/*---- Slider Principal  ----*/

.slide-home-01 .slick-slide img {
  filter: brightness(60%);
}

.slide-home-01 .slide-wrap .slide-info .slide-inner.center {
  text-align: center;
}

.slide-home-01 .slide-wrap .slide-info .slide-inner.left,
.slide-home-01 .slide-wrap .slide-info .slide-inner.left h1,
.slide-home-01 .slide-wrap .slide-info .slide-inner.left h2 {
  text-align: left;
}

.slide-home-01 .slide-wrap .slide-info .slide-inner.left h2 {
  float: left;
}

.slide-home-01 .slide-wrap .slide-info .slide-inner.left a {
  margin-left: 0px;
}

.slide-home-01 .slide-wrap .slide-info .slide-inner.right,
.slide-home-01 .slide-wrap .slide-info .slide-inner.right h1,
.slide-home-01 .slide-wrap .slide-info .slide-inner.right h2 {
  text-align: right;
}

.slide-home-01 .slide-wrap .slide-info .slide-inner.right h1 {
  float: right;
}

.slide-home-01 .slide-wrap .slide-info .slide-inner.right a {
  margin-right: 0px;
}

.slide-home-01 .slide-wrap .slide-info h5,
.slide-home-01 .slide-wrap .slide-info h4,
.slide-home-01 .slide-wrap .slide-info h3 {
  color: var(--white);
}

.slick-current .slide-info h5,
.slick-current .slide-info h4,
.slick-current .slide-info h3 {
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-name: slideInDown;
  -webkit-animation-name: slideInDown;
}
.slide-home-01 .slide-wrap .slide-info p {
  color: var(--white);
  display: block;
  clear: both;
  margin-bottom: 50px;
}

.section-002 .row {
  justify-content: center;
  align-items: center;
}

.section-002 .banner-thumb img {
  max-height: 750px;
  object-fit: cover;
}

@media screen and (max-width: 990px) {
  .section-002 .banner-thumb img {
    max-height: 400px;
  }
}

@media (max-width: 767px) {
  .header-mobile .header-mobile-left, 
  .header-mobile .header-mobile-right {
    width: 33.33333333%;
  }
}

@media (max-width: 480px) {
  .slide-home-01 .slide-wrap .slide-info h4,
  .slide-home-01 .slide-wrap .slide-info h5 {
    font-size: 14px;
  }

  .slide-home-01 .slide-wrap .slide-info h1, 
  .slide-home-01 .slide-wrap .slide-info h2,
  .slide-home-01 .slide-wrap .slide-info h3, 
  .slide-home-01 .slide-wrap .slide-info h4,
  .slide-home-01 .slide-wrap .slide-info h5, 
  .slide-home-01 .slide-wrap .slide-info p {
      text-align: left;
      width: 100%;
  }
}

/*---- testimonials ----*/

.section-018 {
  margin-bottom: 0px;
}

.testimonial-product {
  margin-top: 20px;
}

.testimonial-product a {
  font-weight: 600;
  color: var(--primary);
}

.testimonial-product a:hover {
  color: var(--black);
}

/*---- title sections ----*/

.lynessa-heading.style-01 .title {
  background-image: none;
  text-align: center;
}

/*---- banner ----*/

.lynessa-banner.style-02 .banner-thumb img {
  object-fit: cover;
  filter: brightness(60%);
}

.lynessa-banner.style-02 .banner-label,
.lynessa-banner.style-02 .subtitle {
  color: var(--white);
}

.lynessa-banner .button:hover {
  background: var(--black);
  color: var(--white);
}

/*---- banner new collections ----*/

.lynessa-banner.style-07 .banner-content {
  text-align: right;
}

.lynessa-banner.style-07 .subtitle {
  margin-left: auto;
  margin-right: 0px;
}

/*--- newsletter ---*/

.newsletter-wrap {
  padding-left:  110px;
  position: relative;
}

.newsletter-wrap::before {
  left: 0px;
  position: absolute;
}

@media screen and (max-width: 765px) {
  .newsletter-wrap {
    padding-left:  0px;
  }
  
  .newsletter-wrap::before {
    position: relative;
  }
}

/*---- footer ----*/

.section-0281 .footer-desc {
  line-height: 25px;
}

.lynessa-listitem.style-01 li, 
.lynessa-listitem.style-02 li {
  line-height: 28px;
}

.lynessa-listitem li a.active {
  color: var(--primary);
}


/*---- button whatsapp ----*/

a.backtotop {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  position: fixed;
  bottom: 65px;
  right: 30px;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: 999;
  overflow: hidden;
  transform: rotate(45deg);
}

a.backtotop::after {
  transform: none;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

a.backtotop::before {
  transform: skewX(-25deg);
}

a.backtotop i {
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  a.backtotop {
      display: none;
  }

  a.backtotop.active {
    display: block;
  }
}

a.whatsapp {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  position: fixed;
  bottom: 65px;
  right: 25px;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: 999;
  overflow: hidden;
  border-radius: 50%;
  cursor: pointer;
  transform: rotate(45deg);
  animation: all 0.3ms ease-in-out;
}

a.whatsapp i {
  color: var(--white);
  transform: rotate(-45deg);
}

a.whatsapp::before {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  transform: skewX(-25deg);
}

a.whatsapp:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

a.whatsapp::after {
  content: "";
  background: #25d366;
  transform: none;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: absolute;
  z-index: -1;
}

a.backtotop.active ~  a.whatsapp {
  bottom: 130px;
}

/*---- button ----*/

.lynessa-dropdown .block-search-form .btn-submit {
  cursor: pointer;
}

/*---- product ----*/
.onnew.active {
  display: block;
}

.product-info.center {
  text-align: center;
}

/*---- product extends ----*/

.single-product .banner-wrapper {
  width: 100%;
  height: auto;
  min-height: auto;
  position: relative;
}

.single-product .banner-wrapper .banner-wrapper-inner {
  padding: 0px;
  padding-bottom: 30px;
}

.single-product .banner-wrapper .lynessa-breadcrumb {
  text-align: left;
  color: var(--primary);
  padding: 0px;
}

.product-item .flash {
  left: inherit;
  right: 5px;
  display: block;
}

@media (max-width: 767px) {
  .product-item .flash {
      top: 5px;
  }
}

.lynessa-product-gallery__image img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .lynessa-product-gallery .flex-viewport {
      max-width: 100%;
      width: 100%;
      max-height: 600px;
      position: relative;
      overflow: hidden;
  }
}

.entry-summary .price ins {
  margin-right: 3px;
}

.entry-summary .price del {
  margin-left: 3px;
}

.entry-summary .lynessa-share-socials {
  background: var(--black);
}

.entry-summary .lynessa-share-socials a:hover {
  color: var(--primary);
}

.product-item .product-name a {
  text-overflow: ellipsis;
  white-space: pre-wrap;
  overflow: hidden;
}

.lynessa-Tabs-panel {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .dreaming-tabs li {
    padding: 0px;
  }
}

/*---- about ----*/

.banner-wrapper {
  width: 100%;
  height: auto;
  min-height: 500px;
  position: relative;
}

.banner-image {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  filter: brightness(60%);
}

.banner-wrapper-inner {
  padding: 0px 15px;
}

.banner-wrapper-inner .page-title {
  color: var(--white);
}

.breadcrumbs.white li {
  color: var(--white);
}

.breadcrumbs.white .breadcrumb li a:not(:hover) {
  color: var(--white);
}

.breadcrumbs.white .breadcrumb li + li::before {
  color: var(--white);
}

.breadcrumbs.white .breadcrumb li.active {
  color: var(--primary);
}

@media screen and (max-width: 765px) {
  .banner-wrapper {
    width: 100%;
    height: auto;
    min-height: 300px;
    position: relative;
  }
}

.container-table:not(:last-child) {
  padding-bottom: 60px;
}

.container-table:last-child {
  padding-bottom: 0px;
}

.container-table p:not(:last-child) {
  margin-bottom: 15px;
}

.container-table p:last-child {
  margin-bottom: 0px;
}

.az_custom_heading {
  font-size: 32px;
  padding-left: 15px;
  position: relative;
  margin-bottom: 30px;
  margin-top: 0;
  border-left: 3px solid var(--primary);
  text-transform: capitalize;
}

@media screen and (max-width: 765px) {
  .container-table:not(:last-child) {
    padding-bottom: 40px;
  }
}


/*---- contact ----*/

textarea.form-control {
  border: 1px solid #ebebeb;
}

.input-group-custom {
  display: flex;
  flex-wrap: wrap;
}

.input-control-content {
  width: 100%;
}

.form-group-tb {
  margin-top: 20px;
  margin-bottom: 25px;
}

.btn-form {
  text-align: center;
  position: relative;
  top: 0;
  right: 0;
  height: auto;
  line-height: 1.2;
  background: #1e1e1e;
  padding: 8px 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  min-width: 100px;
  overflow: hidden;
  border-radius: 0px;
}

.btn-form::before {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  transform: skewX(-45deg);
}

.btn-form:hover::before {
  animation: shine .75s;
}

.section-content .row {
  align-items: flex-start;
}

.info-mg {
  margin-top: 20px;
  margin-left: auto;
}

.info-mg .title h3 {
  margin-top: 0px;
  color: var(--primary);
}

.contact-info h4 {
  display: flex;
  align-items: center;
}

.contact-info i {
  font-size: 22px;
  margin-right: 10px;
  font-weight: 500;
  color: var(--primary);
}


/*--- checkbox ---*/

input[type=checkbox] 
{
  display: none;
}

.checkmark 
{
  top: 0px;
  left: 0px;
  width: 20px;
  height: auto;
  max-height: 16px;
  padding: 0px 1px;
  position: relative;
  background-color: var(--white);
  z-index: 20;
  display: inline-block !important;
  cursor: pointer;
  float: left;
}

.checkmark:after
{
  content: "\f10c";
  font-family: var(--font-family-icons);
  font-size: 20px;
  font-weight: 300;
  color: var(--black);
  float: left;
}

/* The container */

.input_checkbox
{
  display: block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.2em;
  margin-bottom: 0px;
}

.input_checkbox input 
{
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.input_checkbox:hover input ~ .checkmark 
{
  background-color: var(--white);
}

.input_checkbox input:checked ~ .checkmark:after
{
  content: "\f058";
  font-weight: 300;
  color: var(--primary);
}

.input_checkbox a
{
  color: var(--black);
  font-size: 13px;
  line-height: 1.2em;
  font-weight: 400;
  text-decoration: none; 
  position: relative;
  display: table !important;
  cursor: pointer;
  margin-top: 0px;
  padding-left: .5em;
}

.input_checkbox a:hover
{
  text-decoration: underline;
}

.checkmark,
.input_checkbox a 
{
  vertical-align: middle;
}

/*---------------------------------------
            menu lateral
---------------------------------------*/

#linksInfo {
  margin-left: auto;
}

.menu-lateral
{
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 35px;
}

.button-menu-lateral
{
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: .5em;
  margin-bottom: -0.5em;
  display: none;
}

.filter-button-menu-lateral
{
  background: transparent;
  border: none;
  height: auto;
  line-height: 1;
  padding: 0px
}

.filter-button-menu-lateral i
{
  font-size: 1.8em;
  color: var(--black);
  transition: all 500ms ease-in-out;
}

.filter-button-menu-lateral.active i,
.filter-button-menu-lateral i:hover
{
  color: var(--primary);
}

.filter-button-menu-lateral.active i:first-child
{
  display: none;
}

.filter-button-menu-lateral.active i:last-child
{
  display: block;
}

.filter-button-menu-lateral i:last-child
{
  display: none;
}

.title-button-menu-lateral span
{
  font-weight: 600;
  font-size: 1.3em;
  line-height: 1em;
  color: var(--primary);
}

.container-menu-lateral
{
  width: 100%;
  height: auto;
  position: relative;
  background: var(--white);
  overflow: hidden;
  transition: all 400ms ease-in-out;
}

.content-menu-lateral
{
  width: 100%;
  height: auto;
  position: relative;
  padding: 0px 15px;
  overflow-y: auto;
}

/*--- style scroll filter ---*/

.content-menu-lateral::-webkit-scrollbar 
{
  width: 5px;
  height: 5px;
}

.content-menu-lateral::-webkit-scrollbar-track
{
  background-color: transparent;
} 

.content-menu-lateral::-webkit-scrollbar-thumb
{
  background-color: transparent;
  border-radius: 10px 10px 10px 10px;
  transition: all 300ms ease-in-out;
}

.content-menu-lateral:hover::-webkit-scrollbar-thumb
{
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px 10px 10px 10px;
}

.content-menu-lateral::-webkit-scrollbar-thumb:hover
{
  background-color: rgba(0, 0, 0, 0.9);      
}

.content-menu-lateral::-webkit-scrollbar-button 
{
  width: 0px;
  height: 0px;
}

.content-menu-lateral::-webkit-scrollbar-corner
{
  background-color: transparent;
}

@media (max-width: 990px)
{
  .menu-rs-m
  {
    padding-left: 0px;
    padding-right: 0px;
  }

  .button-menu-lateral
  {
    display: flex;
  }

  .container-menu-lateral
  {
    margin-top: 1.5em;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.15);
  }

  .container-menu-lateral.show
  {
    opacity: 1;
    visibility: visible;
    z-index: 19;
  }

  .content-menu-lateral
  {
    max-height: 500px;
    padding: 20px;
    padding-top: 25px;
    padding-left: 25px;
    overflow-y: scroll;
  }
}

#widget-area {
  padding-top: 0px;
}

#widget-area .widget .widgettitle {
  margin-top: 0px;
}

#widget-area .widget ul li,
#widget-area .widget ul li a {
  color: var(--black);
}

#widget-area .widget ul li a.active {
  color: var(--primary);
}

/*--- menu filter ---*/

#menu-filter,
#menu-filter ul,
#menu-filter ul li,
#menu-filter ul li a 
{
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#menu-filter 
{
  width: 100%;
  font-weight: 500;
  color: var(--black);
}

#menu-filter ul ul 
{
  display: none;
}

#menu-filter > ul > li
{
  position: relative;
}

#menu-filter > ul > li:last-child,
#menu-filter > ul > li > ul > li:last-child
{
  padding-bottom: 8px !important;
}

#menu-filter > ul > li > a > i::before 
{
  top: 50%;
  content: '\f105';
  font-family: var(--font-family-icons);
  font-weight: 800;
  font-style: normal;
  left: 0px;
  color: var(--black);
  position: absolute;
  transform: translateY(-50%);
  z-index: 3;
}

#sidebar .widget #menu-filter ul > li:before {
   display: none;
}

#menu-filter > ul > li.active::before,
#menu-filter > ul > li.open::before
{
  color: var(--black);
} 


#menu-filter > ul > li.active > ul 
{
  display: block;
}

#menu-filter > ul > li.active > a
{
  color: var(--black);
}


#menu-filter > ul > li > a.active
{
  color: var(--primary);
}

.align-right 
{
  float: right;
}

#menu-filter > ul > li > a 
{
  width: 100%;
  height: auto;
  padding: 0px;
  padding-left: 1em;
  cursor: pointer;
  z-index: 2;
  font-size: 1em;
  text-decoration: none;
  color: var(--black);
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  position: relative;
  display: block;
}

#menu-filter > ul > li > a:hover 
{
  color: var(--primary);
  font-weight: 500;
}

#menu-filter ul > li.has-sub > a::after 
{
  position: absolute;
  right: 9px;
  top: 7px;
  z-index: 5;
  display: block;
  height: 10px;
  width: 2px;
  background: var(--black);
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

#menu-filter ul > li.has-sub > a::before 
{
  position: absolute;
  right: 5px;
  top: 11px;
  display: block;
  width: 10px;
  height: 2px;
  background: var(--black);
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

#menu-filter ul > li.has-sub.open > a::after,
#menu-filter ul > li.has-sub.open > a::before 
{
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#menu-filter ul ul
{
  padding: .5em 0px;
  background: var(--gray-light);
}

#menu-filter ul ul li a 
{
  width: 100%;
  height: auto;
  padding: 0px;
  cursor: pointer;
  z-index: 2;
  font-size: .9em;
  text-decoration: none;
  color: var(--black);
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  position: relative;
  display: block;

}

#menu-filter ul li .active,
#menu-filter ul li ul li .active
{
  color: var(--primary);
}

#menu-filter ul ul ul li a
{
  padding-left: 32px;
}

#menu-filter ul ul li a:hover 
{
  color: var(--primary);
  font-weight: 500;
}

#menu-filter ul ul > li.has-sub > a::after 
{
  top: 16px;
  right: 16px;
  background: #dddddd;
}

#menu-filter ul ul > li.has-sub > a::before 
{
  top: 20px;
  background: #dddddd;
}

/* ranger price */

.button-filter-clear
{
  margin-top: 1em !important;
  margin: 0 auto;
  background: transparent;
  outline: none;
  border: none;
  cursor: pointer;
  font-weight: 500;
  font-size: .9em;
  text-decoration: underline;
  display: block;
  color: var(--black);
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.button-filter-clear:hover
{
  color: var(--black);
}

.ranger-filter
{
  top: 0;
  width: 100%;
  height: auto;
  position: relative;
  margin-top: .9em;
}

.price_cont
{
    position: relative;
    display: block;
    width: 100%;
    height: 15px;
    margin-bottom: 15px;
}

.price_cont span
{
    color: var(--black);
    font-size: 12px;
    position: absolute;
    font-weight: 500;
}

.price_cont span:nth-child(2):before
{
  display: none;
}

.price_cont span:first-child
{
    float: left;
    left: 0px;
}

.price_cont span:nth-child(2)
{
   left: 50%;
   transform: translateX(-50%);
   color: var(--black);
}

.price_cont span:last-child
{
    float: right;
    right: 0px;
}

.noUi-horizontal
{
  width: 100%;
  height: 5px !important;
  border: none;
  border-radius: 2px 0 0 2px;
  background-color: #eeeeee;
}

.noUi-horizontal .noUi-handle 
{
  border: 1px solid #ebebeb;
  background: var(--white);
  border-radius: 0px;
  width: 8px !important;
  height: 15px !important;
  cursor: pointer;
}

.noUi-horizontal .noUi-handle:hover,
.noUi-horizontal .noUi-handle:focus,
.noUi-horizontal .noUi-handle:active
{
  outline: none;
}

.noUi-connect 
{
    background: var(--primary) !important;
}

.noUi-handle:before, 
.noUi-handle:after 
{
    display: none;
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle 
{
    right: -3px !important;
    left: auto;
}

/*--- button show all ---*/

.show-all 
{
    letter-spacing: 0.1em;
    font-size: 13px;
    border-top: 1px solid #e6e6e6;
    text-align: center;
    padding-top: 20px;
}

.show-all a
{
	color: var(--black);
	transition: all 300ms ease-in-out;
}

.show-all a:hover
{
	color: var(--primary);
}

/*---------------------------------------
            filters products
---------------------------------------*/

/*--- filters items ---*/

.filters-items
{
  width: 100%;
  height: auto;
  position: relative;
  margin-top: .7em;
}

.filters-items button
{
  color: var(--black);
  font-weight: 500;
  font-size: 14px;
  margin-bottom: .5em;
  display: table;
  background: transparent;
  cursor: pointer;
  border: none;
  outline: none;
  -webkit-transition: all  300ms ease-in-out;
  -o-transition: all  300ms ease-in-out;
  transition: all  300ms ease-in-out;
  display: flex;
  align-items: center;
  text-transform: capitalize;
}

.filters-items button.active
{
  display: flex;
  width: 100%;
  text-align: left;
  color: var(--primary);
  position: relative;
}

.filters-items button.active .btn-close::after 
{
  position: absolute;
  right: 9px;
  top: 6px;
  z-index: 5;
  display: block;
  height: 10px;
  width: 2px;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.filters-items button.active .btn-close::before 
{
  position: absolute;
  right: 5px;
  top: 10px;
  display: block;
  width: 10px;
  height: 2px;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.filters-items button.active .btn-close::after,
.filters-items button.active .btn-close::before 
{ 
  background: var(--black);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.filters-items button span
{
  width: 20px;
  height: 20px;
  position: relative;
  float: left;
  margin-right: .5em;
  border: none;
  background: transparent 50% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  box-shadow: 0px 1px 10px rgba(0,0,0,0.15);
}

.filters-items button span.btn-close {
  box-shadow: none;
  visibility: hidden;
  margin-left: auto;
  margin-right: 0px;
}

.filters-items button.active span.btn-close {
  visibility: visible;
}

.filters-items button:hover
{
  color: var(--primary);
}

/*---------------------------------------
			      style information
---------------------------------------*/

.information-items
{
  width: 100%;
  height: auto;
  position: relative;
}

@media (max-width: 991px)
{
  .information-items
  {
    margin-top: 2em;
  }
}

.information-item
{
  width: 100%;
  height: auto;
  position: relative;
}

.information-item > h1,
.information-item > h2
{
  font-weight: 500;
  color: var(--primary);
  margin-top: 0px;
  margin-bottom: .5em;
}

.information-item > h3
{
  font-weight: 500;
  color: var(--black);
  margin-top: 0px;
  margin-bottom: .5em;
}

.information-item > p 
{
  font-weight: 400;
  color: var(--black);
  text-align: justify;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin-bottom: .8em;
}

.information-item > ul 
{
  width: 100%;
  height: auto;
  position: relative;
  list-style: none;
  margin-bottom: .8em;
}

.information-item > ul > li
{
  padding-left: 10px;
  color: var(--black);
  display: block;
}

.information-item > ul > li::before
{
  content: "\f0da";
  font-weight: 800;
  font-family: var(--font-family-font-awesome);
  color: var(--black);
  left: 0px;
  position: absolute;
}

.information-item iframe
{
  width: 100%;
  height: auto;
  min-height: 500px;
  position: relative;
}

.information-item img
{
  max-width: 100%;
  margin: 0 auto;
  margin-top: 2em;
  margin-bottom: 2em;
  display: block;
  position: relative;
}

.information-item img:last-child
{
  margin-bottom: 0px;
}

.img-sm
{
  width: 280px;
}

.img-md
{
  width: 380px;
}

.img-lg
{
  width: 580px;
}

.img-xl
{
  width: 100%;
}

/* --- faq --- */

.info-accordeon
{
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 35px;
}

.info-accordeon ul
{
  list-style: none;
  position: relative;
  margin-left: 0px;
  padding-left: 0px;
}

.info-accordeon ul ul 
{
  display: none;
}

.info-accordeon ul li 
{
  padding-left: 0px;
  white-space: normal;
  word-wrap: normal;
}

.info-accordeon > ul > li 
{
  border-bottom: 1px solid var(--gray-light);
  display: block;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.info-accordeon > ul > li:last-child
{
  border-bottom: none;
}

.info-accordeon > ul > li > a > h2
{
  color: var(--primary);
  margin-top: 0px;
}

.info-accordeon > ul > li > a > h2:hover
{
  text-decoration: underline;
}

.info-accordeon ul li:before
{
  display: none;
}

.info-accordeon > ul > li.active > ul 
{
  display: block;
}

.info-accordeon > ul > li.active > a
{
  border-bottom: none;
}

.info-accordeon > ul > li > a 
{
  cursor: pointer;
  z-index: 2;
  text-decoration: none;
  color: var(--black);
  background-color: var(--white);
  display: table;
}

.accordeon-description
{
  padding: 20px;
  background: var(--gray-light);
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin-top: .5em;
  margin-bottom: 1em;
}

.accordeon-description:before
{
  content: '';
  top: -12px;
  width: 0px;
  height: 0px;
  border-bottom: 13px solid var(--gray-light);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  left: 12px;
  float: left;
  z-index: 10;
}

.accordeon-description p 
{
  white-space: pre-wrap;
  word-wrap: break-word;
}

.accordeon-description p
{
  width: 100%;
  height: auto;
  color: var(--black);
}

.accordeon-description p > a,
.accordeon-description > a
{
  color: var(--primary);
}

.accordeon-description > a
{
  display: inline-block;
  margin-bottom: 1em;
}
 
.accordeon-description p > a:hover,
.accordeon-description > a:hover
{
  text-decoration: underline;
}

.accordeon-description p:last-child
{
  margin-bottom: 0px;
}

.accordeon-description h3,
.accordeon-description h2,
.accordeon-description strong
{
  font-weight: 600;
}

.accordeon-description h1,
.accordeon-description h2
{
  font-size: 1.5em;
  line-height: 1.2em;
  margin-top: 0px;
}

.accordeon-description h3
{
  font-size: 1.3em;
  line-height: 1.2em;
  margin-top: 0px;
}

.accordeon-description ul
{
  width: 100%;
  height: auto;
  position: relative;
  display: table !important;
  list-style: none;
}

.accordeon-description > ul > li
{
  width: 100%;
  height: auto;
  display: block !important;
  color: var(--black);
  margin-bottom: .2em;
  padding-left: 1.3em;
  position: relative;
}

.accordeon-description ul li:before
{
  content: "\f111";
  font-family: var(--font-family-icons);
  top: 5px;
  left: 0px;
  font-size: 10px;
  font-weight: 500;
  position: absolute;
  display: block;

}

/*---------------------------------------
			      style pnotify
---------------------------------------*/

.ui-pnotify-icon,
.ui-pnotify-icon span {
  font-size: 20px;
}

.ui-pnotify
{
  left: 36px !important;
  top: inherit !important;
  bottom: 60px !important;
 }

.ui-pnotify-title {
  color: var(--white);
}

.alert-info .ui-pnotify-title {
  color: #004085;
}

.alert-warning .ui-pnotify-title {
  color: #856404;
}

@media (max-width: 991px)
{
  .ui-pnotify
  {
    left: 36px !important;
    top: 50px !important;
    bottom: inherit !important;
  }
}

@media screen and (max-width: 575px)
{
	.ui-pnotify
	{
    left: 50% !important;
    top: 50px !important;
    bottom: inherit !important;
    transform: translateX(-50%) !important;
	}

}

/*--------------------------------------
            Pagination
--------------------------------------*/

.comments-pagination, .post-pagination, .pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

.pagination li.disabled,
.pagination li.disabled a {
  opacity: 0.8;
  cursor: not-allowed;
}

/*---------------------------------------
			    Form Product Extends
---------------------------------------*/

.details {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 28px;
  position: relative;
  font-weight: 500;
  color: var(--black) !important;
}

.lynessa-variation-add-to-cart {
  display: flex;
}

div.quantity .input-qty {
  height: 40px;
}

input[type="number"], input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="search"], input[type="url"], textarea, select {
  color: var(--black);
}

.form-products
{
  width: 100%;
  height: auto;
  position: relative;
}

.field-group-custom
{
  margin-bottom: 25px;
}

.field-group-form
{
  width: 100%;
  height: auto;
  position: relative;
}

.input-group-custom,
.textarea-group-custom
{
  width: 100%;
  height: auto;
  position: relative;
}

.textarea-group-custom
{
  margin-bottom: -.5em;
}

.input-group-custom label
{
  width: 100%;
  height: auto;
  position: relative;
  color:  var(--black);
  display: block;
  font-size: 1.1em;
  margin-bottom: .2em;
}

.input-group-custom label strong
{
  z-index: 2;
  position: relative;
  margin-left: 1.2em;
  font-weight: 400;
}

.input-group-custom label span
{
  color: var(--primary);
  font-weight: 800;
}

.info-input
{
  width: 100%;
  position: absolute;
  display: inline-block;
}

.info-input i
{
  color: var(--primary);
  position: relative;
  display: inline-block;
  cursor: pointer;
  z-index: 1;
  font-size: 1em;
}

.info-input i:hover ~ .info-text-input,
.info-input .info-text-input:hover
{
  background: var(--gray-light);
  opacity: 1;
  visibility: visible;
}

.info-input .info-text-input
{
  top: 22px;
  left: 0px;
  width: 100%;
  height: auto;
  padding: 1em;
  position: absolute;
  background: var(--gray-light);
  z-index: 1000;
  box-shadow: 0px 1px 10px rgba(0,0,0,0.2);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.info-input .info-text-input:before
{
    content: '';
    width: 0px;
    height: 0px;
    border-bottom: 13px solid var(--gray-light);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    top: -10px;
    left: 3px;
    float: left;
    z-index: 10;
}

.info-input .info-text-input p
{
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 0px;
  text-align: justify;
}

/*--- buttons select ---*/

.input-group-custom .button-select
{
  top: -32px;
  right: 10px;
  float: right;
  position: relative;
  cursor: pointer !important;
  pointer-events: none;
  margin-bottom: -2em;
  background: var(--white);
  color: var(--black);
}

.input-group-custom .btn-search
{
  top: 2.5px;
  position: absolute;
  height: 35px;
  background: var(--white);
  right: 5px;
  line-height: 1;
}

.input-group-custom .button-password
{
  color: var(--gray-dark);
  right: 30px;
  cursor: pointer !important;
  pointer-events: auto !important;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.input-group-custom .btn-pw-no-space
{
  right: 8px;
}

.input-group-custom .button-password:before
{
  content: "\f06e";
  font-family: var(--font-family-icons);
  font-weight: 900;
}

.input-group-custom .password-active:before
{
  content: "\f070" !important;
  font-family: var(--font-family-icons);
  font-weight: 900;
}

.input-group-custom .input-control-content:hover ~ .button-password,
.input-group-custom .button-password:hover
{
  opacity: 1;
}

.input-group-custom .button-password:hover
{
  color: var(--black);
}

.input-group-custom .button-input
{
  outline: none;
  pointer-events: auto !important;
  border: none;
}

.textarea-group-custom .button-select
{
  top: 12px;
  right: 10px;
  float: right;
  position: absolute;
  cursor: pointer !important;
  pointer-events: none;
  background: var(--white);
  margin-bottom: 0px;
}

.input-group-custom .button-select.active:before
{
  content: "\f00d";
}

/*--- input, select and textarea ---*/
.input-control-content
{
  width: 100%;
  height: 40px;
  border: 1px solid var(--gray-light-in);
  border-radius: 4px;
  padding: .5em;
  font-size: 1em;
  font-weight: 500;
  color: var(--black);
  background: var(--white);
  outline: none;
  -moz-appearance:textfield;
}

.input-control-content::-webkit-inner-spin-button,
.input-control-content::-webkit-outer-spin-button
{
  -webkit-appearance: none; 
  margin: 0; 
}

.textarea-control-content-custom
{
  width: 100%;
  height: 40px;
  min-height: 40px;
  resize: vertical;
  padding-top: .9em;
  margin-bottom: -.5em;
}

.textarea-control-content
{
  width: 100%;
  height: auto;
  min-height: 100px;
  border: 1px solid var(--gray-light-in);
  padding: .5em;
  font-size: 1em;
  color: var(--black);
  position: relative;
  overflow: auto;
  resize: vertical;
  background: var(--white);
  outline: none;
  margin: 0px;
}

.input-custom
{
  cursor: pointer;
  padding-right: 2em;
}

.input-control-content::-webkit-input-placeholder,
.textarea-control-content::-webkit-input-placeholder
{
  color: var(--black);
  font-weight: 500;
}

.input-control-content::-moz-placeholder,
.textarea-control-content::-moz-placeholder
{
  color: var(--black);
  font-weight: 500;
  opacity: 1;
}

.input-control-content:-moz-placeholder,
.textarea-control-content:-moz-placeholder
{
  color: var(--black);
  font-weight: 500; 
  opacity: 1;
}

.input-control-content:-ms-input-placeholder,
.textarea-control-content:-ms-input-placeholder
{
  color: var(--black);
  font-weight: 500; 
}

.select-control-custom
{ 
  width: 100%;
  height: auto;
  border: 1px solid var(--gray-light-in);
  border-radius: 4px;
  background: var(--white);
  outline: none;
  position: relative;
  display: flex;
}

.select-control-custom select
{ 
  font-size: 1em;
  font-weight: 500;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  padding: 0px .5em;
  color: var(--black);
  background: var(--white);
  cursor: pointer;
  border: none;
  flex: 1;
}

/* Remove IE arrow */

.select-control-custom select::-ms-expand 
{
  display: none;
}

.select-control-custom:after 
{
    content: "\f0d7";
    font-family: var(--font-family-icons);
    font-weight: 800;
    font-size: 1em;
    top: 50%;
    right: 0px;
    width: 25px;
    height: 38px;
    pointer-events: none;
    background: var(--white);
    color: var(--black);;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    transform: translateY(-50%);
}

/*--- select ---*/

.input-group-custom .content_options 
{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0px;
    z-index: 100;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.2);
    background: var(--gray-light);
}

.input-group-custom .content_options .no-results-custom
{
    width: 100%;
    height: auto;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    padding: 1em;
}

.input-group-custom .content_options .no-results-custom p
{

    font-weight: 500;
    font-size: .9em;
    color: var(--black);
    margin-bottom: 0px;
}

.input-group-custom .content_options .options-custom 
{
    list-style: none;
    width: 100%;
    height: auto;
    position: relative;
    margin: 0;
    padding: 1em;
    font-size: .9em;
    background: var(--gray-light);
    border-top: 0px;
    min-height: 100px;
    max-height: 250px;
    overflow: hidden;
    overflow-y: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*--- style scroll ---*/

.input-group-custom .content_options .options-custom::-webkit-scrollbar 
{
  width: 5px;
  height: 5px;
}

.input-group-custom .content_options .options-custom::-webkit-scrollbar-track
{
  background-color: transparent;
} 

.input-group-custom .content_options .options-custom::-webkit-scrollbar-thumb
{
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 10px 10px 10px 10px;
  transition: all 300ms ease-in-out;
}

.input-group-custom .content_options .options-custom::-webkit-scrollbar-thumb:hover
{
  background-color: rgba(0, 0, 0, 0.3);      
}

.input-group-custom .content_options .options-custom::-webkit-scrollbar-button 
{
  width: 0px;
  height: 0px;
}

.input-group-custom .content_options .options-custom::-webkit-scrollbar-corner
{
  background-color: transparent;
}

.input-group-custom .content_options .options-custom li 
{
    width: 50%;
    height: auto;
    padding:.5em;
    position: relative;
    float: left;
    display: inline-block;
}

/*--- responsive option custom li ---*/

@media (min-width: 450px) and (max-width: 991px)
{
  .input-group-custom .content_options .options-custom li 
  {
      width: 25%;
  }
}

.option-item
{
  width: 100%;
  height: auto;
  position: relative;
  text-align: center;
}

.option-item h2
{
  width: 100%;
  font-weight: 600;
  font-size: 1em;
  color: var(--black);
  margin-top: .5em;
  margin-bottom: 0px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.option-item span
{
  width: 100%;
  font-weight: 500;
  font-size: 1em;
  color: var(--primary);
  margin-bottom: 0px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.option-image
{
  width: 100%;
  height: auto;
  position: relative;
  background: transparent 50% repeat;
  background-color: var(--gray-light);
  overflow: hidden;
}

.option-image img
{
  width: 100%;
  height: auto;
  object-fit: cover;
  float: left;
}

.option-image-buttons
{
  bottom: 0px;
  width: 100%;
  height: auto;
  position: absolute;
  padding: 2em .5em .5em .5em;
  display: flex;
  justify-content: center;
}

.option-image-buttons span
{
  width: 25px;
  height: 25px;
  background: transparent;
  border: none;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--gray-light);
  color: var(--black);
  margin: .3em;
  cursor: pointer;
  box-shadow: 0px 1px 10px rgba(0,0,0,0.2);
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.button-none
{
  display: none !important;
}

.option-image-buttons span:hover
{
  color: var(--white);
  background: var(--primary);
}

.input-group-custom .content_options .options-custom .active-select .option-image-buttons > span,
.input-group-custom .content_options .options-custom .active-select-multiple .option-image-buttons > span
{
  color: var(--white);
  background: var(--primary);
}

.input-group-custom .content_options .options-custom .active-select-multiple .option-image-buttons > span i:before
{
  content: "\f00d";
}


/*--- responsive form product amp ---*/

@media screen and (max-width: 1580px)
{
  .input-group-custom label strong
  {
    font-size: 14px;
  }

  .info-input .info-text-input p
  {
    font-size: 13px;
  }

  .info-input i
  {
    font-size: 14px;
  }

  .input-control-content
  {
    font-size: 14px;
  }

  .textarea-control-content-custom
  {
    padding-top: 1em;
    font-size: 14px;
  }

  .textarea-control-content
  {
    font-size: 14px;
  }

  .select-control-custom select
  { 
    font-size: 14px;  
  }

  .select-control-custom:after 
  {
    font-size: 1em;
  }

  .option-item h2
  {
    font-size: .9em;
  }

  .option-item span
  {
    font-size: .9em;
  }
}

@media screen and (max-width: 1200px)
{
  .input-group-custom .content_options .no-results-custom p
  {
    font-size: 13px;
  }

  .input-group-custom label strong
  {
    font-size: 13px;
  }

  .info-input .info-text-input p
  {
    font-size: 13px;
  }

  .info-input i
  {
    font-size: 13px;
  }

  .input-control-content
  {
    font-size: 13px;
  }

  .textarea-control-content-custom
  {
    padding-top: 1.3em;
    font-size: 13px;
  }

  .textarea-control-content
  {
    font-size: 13px;
  }

  .select-control-custom select
  { 
    font-size: 13px;  
  }

  .select-control-custom:after 
  {
    font-size: 1em;
  }

  .option-item h2
  {
    font-size: .8em;
  }

  .option-item span
  {
    font-size: .8em;
  }
}
/*---------------------------------------
             Style Modal
---------------------------------------*/

.modal
{
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10000; /* Sit on top */
  padding-top: 60px; /* Location of the box */
  padding-bottom: 60px; /* Location of the box */
  left: 0;
  top: 0 !important;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  max-height: 100%;
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  overflow-y: auto;
  transform: none;
}

.modal.hide-md
{
    opacity: 0;
    transition: all 300ms ease-in-out;
}

.modal.show-md
{
    opacity: 1;
    transition: all 300ms ease-in-out;
}

/* Modal Content */
.modal-content
{
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 90%;
  overflow-y: auto;
  position: relative;
  z-index: 2;
}

.modal-sm
{
  width: 100%;
  max-width: 600px;
  height: auto;
}

.modal-md
{
  width: 100%;
  max-width: 700px;
  height: auto;
}

.modal-lg
{
  width: 100%;
  max-width: 800px;
  height: auto;
}

@media (min-width: 768px)
{
    .modal-content
    {
        width: 800px;
        margin: 30px auto;
    }
}

.modal_content_external
{
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.modal-header
{
    padding: 15px;
    min-height: 15px;
    border-bottom-color: #f4f4f4;
    position: relative;
}

.modal-header .close 
{
    float: right;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1;
    color: #000 !important;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    cursor: pointer;
}

.modal-title 
{
    margin: 0;

    font-size: 1.8em;
    line-height: 1.2em;
    color: var(--primary);
    font-weight: 500;
    padding-right: 1em;
}

.modal-body
{
    position: relative;
    padding: 15px;
}

.section-modal
{
  width: 100%;
  height: auto;
  margin-bottom: 1em;
  position: relative;
}

.modal-body h3
{
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 500;
  margin-bottom: .3em;
  color: var(--primary);
}

.modal-body p
{
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 500;
  margin-bottom: .3em;
  color: var(--black);
}

/*--- responsive modal ---*/

@media screen and (max-width: 1580px)
{
  .modal-title 
  {
    font-size: 1.8em;
  }

  .modal-body h3
  {
    font-size: 1.5em;
  }

  .modal-body p
  {
    font-size: 1em;
  }  
}

@media screen and (max-width: 925px)
{
  .modal-title 
  {
    font-size: 1.5em;
  }

  .modal-body h3
  {
    font-size: 1em;
  }

  .modal-body p
  {
    font-size: .9em;
  } 

}

/*---------------------------------------
			     modal ads
---------------------------------------*/

.ads-modal-header
{
  border-bottom: none;
  z-index: 20;
}

.ads-modal-header .close 
{
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -25px;
    height: auto;
    font-size: 25px;
    background: var(--white);
    opacity: 1;
    padding: 5px 10px;
    border-bottom-left-radius: 5px;
}

.ads-modal-header .close:hover {
  background: var(--white);
  opacity: 1 !important;
}

.ads-modal-body
{
  margin-top: -30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0px;
}

.ads-modal-image
{
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  height: auto;
  overflow: hidden;
  background: var(--gray-light);
}

.ads-modal-image img
{
  width: 100%;
  height: auto;
  float: left;
  object-fit: cover;
}

/*---------------------------------------
			     google recaptcha
---------------------------------------*/

.grecaptcha-badge
{
   display: none !important;
}
