@charset "UTF-8";

:root {
    --header-color-background: #EC0776;
    --footer-color-background: #EC0776;
}

/*---MMenu cong---*/
.mm-menu {
    --mm-color-background: #EC0776;
}

/*---Form Color---*/
.form-submit-button {background-color:var(--header-color-background);}

/*---Typography---*/
h5, h6, span, body, input, button, html, select, textarea, table, tr, td, ul, ol, li, p, a {
  font-family: "Montserrat", sans-serif;
}

h1, h2, h3, h4 {font-family: "Raleway", sans-serif;font-weight: 700;font-style: normal;}
.minion-font {font-family: "minion-pro", serif;}

/*---Typography---*/

h1 {
  font-size: 2.2em;
  line-height: 1.1em;
  margin-bottom: 25px;
  letter-spacing:3px;
}

h2 {
  font-size: 2.2em;
  line-height: 1.1em;
  margin-bottom: 25px;
  letter-spacing:3px;
}

h2.big {
    font-size: 3.2em;
    line-height: 1.1em;
}

.edel-floorplan-swiper .swiper-slide {padding-bottom:50px;}
.edel-floorplan-swiper .swiper-pagination-bullet {width: initial;height: initial;border-radius: 0px;border:0.25px solid #231F20 !important;padding: 7px 12px;background-color:#ffffff;color: #D99116;font-weight:700;font-family: "Raleway", sans-serif;}
.edel-floorplan-swiper .swiper-pagination-bullet-active {background-color:#D99116 !important;color:#ffffff;}

.edel-floorplan-swiper.shoppes-theme .edel-sr-floorplan-details-box hr {margin-bottom:20px;}
.edel-floorplan-swiper.shoppes-theme .edel-sr-floorplan-details-box .detail-list .sqft {color:#EC0776;}
.edel-floorplan-swiper.shoppes-theme .swiper-pagination-bullet {color:#EC0776;}
.edel-floorplan-swiper.shoppes-theme .swiper-pagination-bullet-active {background-color:#EC0776 !important;color:#ffffff !important;}
 
.shoppes-directory-table-list {display:flex;flex-wrap:wrap;gap:30px;}
.shoppes-directory-table {flex-basis:calc(50% - 20px);position:relative;}
.shoppes-directory-table tr:not(:last-child) {border-bottom:0.5px solid #231F20;}
.shoppes-directory-table tr td:first-child {width:50px;}
.shoppes-directory-table td {font-size:12px;padding-top:5px;padding-bottom:5px;}
.shoppes-directory-table thead {color:#EC0776;font-weight:700;}
.shoppes-directory-table thead span {font-size:10px;font-weight:400;font-style:italic;}
.shoppes-directory-table thead:after {content:' ';background-image:url('/themes/tropicana-gardens/assets/images/tropicana-gardens/edelweiss/edel-shoppes-table-border.png');background-size:cover;width:100%;height:2px;display:block;position: absolute;top:26px;left:-2px;}
.shoppes-directory-table tbody td {font-weight:300;}



