@import url("https://fonts.googleapis.com/css?family=Merriweather:400,700|Open+Sans:400,600,700");
.clear {
  display: block;
  clear: both; }

a, .card-title > a {
  text-decoration: none;
  color: #398adb; }

a:hover, .card-title > a:hover, .card-title > a:hover {
  color: #000; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Merriweather', sans-serif;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0; }

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.25;
  color: #333333;
  background-color: #fff; }

.body {
  margin-bottom: 2rem; }

#pageType_default .body {
  margin-bottom: 0; }

.container {
  width: 96%;
  max-width: 1200px;
  padding: 0; }

.navPages {
  max-width: 1400px;
  position: relative; }

ul, p {
  margin-bottom: 1rem; }

p {
  line-height: 1.4; }

.button {
  font-family: 'Open Sans', sans-serif;
  background-color: transparent;
  border: 3px solid #333333;
  border-radius: 0;
  color: #333333;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  height: 50px;
  line-height: 44px;
  transition: all 0.5s ease;
  padding: 0 2rem; }

.button:hover {
  color: #fff;
  background-color: #333333;
  border-color: #333333; }

#form-action-addToCart {
  font-size: 20px; }

.button.alt {
  font-family: 'Open Sans', sans-serif;
  background-color: transparent;
  border: 3px solid #fff;
  border-radius: 0;
  color: #000;
  font-weight: 400;
  font-size: 18px;
  height: 43px;
  line-height: 37px;
  transition: all 0.5s ease;
  padding: 0 3rem;
  text-transform: uppercase; }

.button.alt:hover {
  color: #000;
  background-color: #fff; }

.card-figcaption-body .button {
  height: 36px;
  line-height: 36px;
  font-weight: 400;
  font-size: 14px; }

.previewCartCheckout .button, .previewCartAction .button {
  text-transform: none; }

.previewCartAction .button {
  font-size: 14px; }

.form-label--alternate, .productView-info-name {
  font-family: 'Open Sans', sans-serif; }

.form-increment .button {
  background: none;
  height: auto;
  line-height: normal; }

.form-prefixPostfix .form-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #422610; }

.form-prefixPostfix .form-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #422610; }

.form-prefixPostfix .form-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #422610; }

.form-prefixPostfix .form-input:-moz-placeholder {
  /* Firefox 18- */
  color: #422610; }

.breadcrumb {
  color: #333333;
  font-size: 14px; }

.breadcrumb a, .breadcrumb a:hover {
  color: #333333; }

.breadcrumb.is-active > .breadcrumb-label {
  color: #333333; }

.MyAccountLinks, .cellLink, .QuestionLinks {
  position: relative; }

.MyAccountLinks ul, .cellLink ul, .QuestionLinks ul {
  display: none;
  position: absolute;
  top: 80%;
  right: 11px;
  background-color: #eeeeee;
  padding: 1rem 0;
  z-index: 13;
  min-width: 120px; }

.navUser .MyAccountLinks ul > li {
  margin-top: 0; }

.MyAccountLinks.showMenu ul {
  display: block; }

.MyAccountLinks.showMenu > a {
  color: #cb1b87; }

.navUser .QuestionLinks ul > li {
  margin-top: 0; }

.QuestionLinks.showMenu ul {
  display: block; }

.QuestionLinks.showMenu > a {
  color: #cb1b87; }

.cellLink.showMenu ul {
  display: block; }

.cellLink.showMenu > a {
  color: #cb1b87; }

.navUser-item--cart .navUser-action.is-open {
  color: #cb1b87; }

.MyAccountLinks ul > li .navUser-action, .QuestionLinks ul > li .navUser-action {
  white-space: nowrap;
  color: #232323;
  font-weight: 500;
  font-size: 14px;
  padding: 0.2rem 1rem;
  text-align: left;
  text-transform: none; }

.MyAccountLinks ul > li .navUser-action:hover, .QuestionLinks ul > li .navUser-action:hover {
  text-decoration: underline; }

.footer {
  background-color: #edf6ff;
  border-top: 0;
  padding: 0; }

#FooterNewsBox {
  padding: 3rem 0;
  position: relative;
  background: #fff;
  border-top: 2px solid #eaeaea; }

#FooterNewsBox .container {
  position: relative; }

.footer-newsletter .form-field, .footer-newsletter .form {
  margin: 0; }

.footer-newsletter h5, .footer-newsletter h2 {
  margin: 0;
  width: 45%;
  float: left;
  color: #333333;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1.1;
  text-align: left;
  padding-right: 6rem;
  text-transform: uppercase; }

.footer-newsletter .form {
  width: 55%;
  float: left; }

.footer-newsletter .form-prefixPostfix .form-input {
  height: 50px;
  line-height: 50px;
  color: #a2a2a2;
  font-weight: 400;
  font-size: 14px;
  border-radius: 0;
  border: 0;
  text-transform: uppercase;
  background: none;
  border-bottom: 3px solid #a2a2a2;
  padding-left: 0;
  width: auto;
  margin-right: 15px; }

.footer-newsletter .form .button {
  margin: 0;
  height: 50px;
  line-height: 44px;
  width: auto; }

.footer-newsletter .form-prefixPostfix .form-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #333333; }

.footer-newsletter .form-prefixPostfix .form-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #333333; }

.footer-newsletter .form-prefixPostfix .form-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #333333; }

.footer-newsletter .form-prefixPostfix .form-input:-moz-placeholder {
  /* Firefox 18- */
  color: #333333; }

.newsSubmit {
  width: 53px;
  background-color: #fff;
  height: 54px;
  line-height: 54px;
  text-align: center;
  padding: 0; }

.newsSubmit i {
  font-size: 24px;
  line-height: 54px;
  color: #a29068; }

.footer-info-col--social {
  text-align: center;
  margin: 0;
  padding-top: 5px; }

.footer-info-col--social .socialLinks .socialLinks-item {
  margin-right: 0.7rem;
  margin-left: 0; }

.footer-info-col--social .socialLinks--alt .icon {
  height: 1.7rem;
  width: 1.7rem; }

#backtoTop {
  display: block;
  height: 54px;
  line-height: 46px;
  width: 54px;
  background-color: #fff;
  border: 3px solid #333;
  text-align: center;
  color: #333;
  font-size: 24px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -27px;
  z-index: 1;
  transition: all 0.5s ease; }

#backtoTop:hover {
  background-color: #333;
  color: #fff; }

.footer-info-heading {
  font-size: 18px;
  color: #333333;
  line-height: 1;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600; }

.footer-info-list li {
  padding-bottom: 5px; }

.footer-info-list a {
  color: #333333;
  font-weight: 400;
  font-size: 16px; }

.footer-info-list a:hover {
  color: #000; }

.footer-info {
  margin: 3rem auto 0; }

.footer-info .footerInner {
  max-width: 1200px;
  margin: auto; }

.footerbottom {
  border-top: 1px solid #333;
  padding-top: 3rem; }

.footer-copyright {
  text-align: center;
  margin-top: 1.4rem;
  padding-top: 0; }

.footer-copyright, .footer-copyright > .powered-by {
  color: #092933;
  font-size: 14px; }

.footer-copyright a {
  color: #092933; }

.footerCopyrightBottom {
  width: 100%;
  background: #fff;
  padding: 1.5rem 0 2rem;
  line-height: 1;
  text-align: center; }

.footerContactInfo {
  text-align: center; }

.FooterLogo {
  margin: 1rem 0 2rem; }

.footerContactInfo address {
  font-style: normal;
  color: #000;
  font-size: 14px;
  margin-top: 0.5rem; }

.footerContactInfo address a {
  color: #000; }

.footer-payment-icons svg {
  fill: #7e7359; }

.footerphoneLocal {
  font-size: 18px; }

.form-wishlist > .button {
  height: auto;
  line-height: 16px;
  border: 0;
  box-shadow: none;
  background: none !important;
  color: #411c00 !important; }

#wishlist-dropdown.is-open {
  padding-right: 0;
  border-top: 2px solid #092933;
  margin-top: 10px; }

#wishlist-dropdown.is-open li .button {
  margin-right: 0;
  line-height: 1.1;
  margin-right: 0;
  font-size: 14px; }

#wishlist-dropdown.is-open li .button {
  line-height: 3; }

.navUser-item--cart .navUser-action {
  color: #fff; }

.phoneIcon {
  display: block;
  height: 16px;
  width: 17px;
  background: URL("../img/head-icons_03.jpg") no-repeat; }

.searchIcon {
  display: block;
  height: 21px;
  width: 22px;
  background: URL("../img/dimitra_22.jpg") no-repeat;
  margin-top: 3px; }

.navUser {
  padding: 0; }

.shoppingBag {
  display: block;
  height: 16px;
  width: 18px;
  background: URL("../img/head-icons_09.jpg") no-repeat; }

.wishListIcon {
  display: block;
  height: 16px;
  width: 19px;
  background: URL("../img/head-icons_07.jpg") no-repeat; }

.myaccountIcon {
  display: block;
  height: 16px;
  width: 18px;
  background: URL("../img/head-icons_05.jpg") no-repeat; }

.questionIcon {
  display: block;
  height: 21px;
  width: 11px;
  background: URL("../img/dimitra_03.jpg") no-repeat; }

.onSaleDot {
  display: block;
  height: 8px;
  width: 8px;
  border-radius: 100%;
  background-color: #ff0000;
  float: right; }

.HeaderCarousel {
  background-color: #ffeee6; }

.headerCarousel.heroCarousel {
  display: block !important;
  margin: 0 auto;
  display: none;
  max-width: 550px;
  text-align: center;
  color: #333333;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  padding: 11px 15px; }

.headerCarousel.heroCarousel .slick-prev {
  left: 0;
  height: 21px;
  width: 11px;
  background: none;
  border: 0;
  margin-top: 0;
  padding: 0;
  top: 24px; }

.headerCarousel.heroCarousel .slick-next {
  right: 0;
  height: 21px;
  width: 11px;
  background: none;
  border: 0;
  margin-top: 0;
  padding: 0;
  top: 24px; }

.headerCarousel.heroCarousel .slick-next::before, .headerCarousel.heroCarousel .slick-prev::before {
  height: 21px;
  width: 11px; }

.page-heading {
  margin: 0 0 1rem; }

.FeaturedProducts {
  margin: 3rem 0 3rem; }

.searchform {
  display: none; }

.slick-prev {
  left: 2rem; }

.slick-next {
  right: 2rem; }

.slick-prev,
.slick-next {
  height: 40px;
  width: 40px;
  background: none;
  border: 0;
  padding: 0;
  background-color: #fff;
  border-radius: 100%; }

.slick-prev::before {
  height: 20px;
  width: 20px;
  display: block;
  margin: auto;
  transform: translate(2px, 5px); }

.slick-next::before {
  height: 20px;
  width: 20px;
  display: block;
  margin: auto;
  transform: translate(-2px, 5px); }

.footer-info-col {
  color: #333;
  font-size: 12px; }

.footerIcons {
  list-style: none;
  margin: 0; }

.footerIcons li {
  display: inline-block;
  padding: 0 1rem; }

.HomeBridalExperience {
  background-color: #edf6ff;
  padding: 1rem 0 1.5rem; }
  .HomeBridalExperience .page-heading {
    margin: 0; }

.HomeBridalExperience > .container {
  max-width: 1100px; }

.HomeBridalExperience ul {
  list-style: none;
  margin: 0 0 0 -2rem; }

.HomeBridalExperience li {
  float: left;
  display: block;
  width: 25%;
  text-align: center;
  padding-left: 2rem; }

.HomeBridalExperience a {
  font-size: 22px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #000; }

.HomeBridalExperience a:hover {
  background-color: #fff;
  color: #000; }

.HomeBridalExperience li div {
  border-bottom: 3px solid #333333; }

.HomeBridalExperience a {
  text-transform: uppercase;
  line-height: 1;
  display: block; }

.homeFavoriteStyles {
  background: linear-gradient(0deg, #ffffff 50%, #edf6ff 50%);
  padding-top: 1rem; }

.heroCarousel {
  margin-bottom: 0; }

.HomeImages {
  padding: 2rem 0; }

.HomeBrowse {
  background-color: #edf6ff;
  padding: 2rem 0; }

.banners {
  background: #fff;
  color: #333; }

.banner {
  max-width: none; }

.HomeCategories {
  background: linear-gradient(180deg, #fff 50%, #edf6ff 50%);
  padding: 1rem 0 3rem;
  transition: all 0.5s ease; }

.HomeCategories ul {
  list-style: none;
  margin: 0 0 0 -0.5rem; }

.HomeCategories li {
  width: 20%;
  float: left;
  padding-left: 0.5rem;
  text-align: center; }

.HomeCategories span {
  display: block;
  border-bottom: 3px solid #333333;
  padding: 1rem 0; }

.HomeCategories a:hover {
  color: #000; }

.HomeCategories a:hover span {
  background-color: #fff; }

.productView-options .form-action {
  width: 100%;
  padding: 0; }

.form-field.bustwaisthips {
  float: left;
  width: 33.33333%;
  max-width: 150px;
  padding: 0 1rem 0 0; }

.form-field.bustwaisthips .form-label {
  width: 52%;
  float: left;
  background-color: #398adb;
  color: #fff;
  text-align: center;
  height: 43px;
  line-height: 43px; }

.form-field.bustwaisthips .form-input {
  width: 48%;
  float: left; }

.form-field.bustwaisthips .form-input {
  height: 43px;
  border-radius: 0;
  border: 2px solid #398adb !important; }

.form-field.bustwaisthipshollow {
  float: left;
  width: 50%;
  max-width: 200px;
  padding: 0 1rem 0 0; }

.form-field.bustwaisthipshollow .form-label {
  width: 70%;
  float: left;
  background-color: #2c4061;
  color: #fff;
  text-align: center;
  height: 43px;
  line-height: 43px; }

.form-field.bustwaisthipshollow .form-input {
  width: 55.7px;
  float: left; }

.form-field.bustwaisthipshollow .form-input {
  height: 43px;
  border-radius: 0;
  border: 2px solid #2c4061 !important; }

.form-radio:checked + .form-option {
  border-color: #000;
  box-shadow: none;
  background-color: #398adb;
  color: #fff; }

.productView-brand {
  color: #333333;
  font-weight: 600;
  text-transform: none;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 0;
  margin-top: 1rem;
  font-family: 'Open Sans', sans-serif; }

.productView-brand a {
  color: #333333;
  font-weight: 600; }

#productStyle {
  margin-bottom: 1rem; }

.productView-options .form-field, .form-field {
  margin-bottom: 1rem; }

.form-label {
  color: #333333;
  font-size: 18px;
  margin-bottom: 0; }

.form-label--inlineSmall small {
  font-size: 70%;
  line-height: 2; }

.form-option {
  color: #9a9a9a;
  border: 1px solid #cdcdcd;
  padding: 1px;
  margin-right: 0.2rem;
  margin-bottom: 0.2rem; }

.form-select--small, .form-select--date, .form-input--small, .form-option:not(.form-option-swatch) {
  border-radius: 0;
  border: 2px solid #000;
  padding: 0 0.7rem;
  height: 40px;
  line-height: 36px;
  color: #000; }

.form-field--increments .form-label {
  font-weight: 700;
  color: #000; }

.form-increment .button {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #333;
  border: 2px solid #000;
  background-color: #fff;
  font-size: 24px;
  padding: 0;
  height: 43px;
  width: 35px;
  text-align: center; }

.form-input--incrementTotal {
  border-top: 2px solid #000 !important;
  border-bottom: 2px solid #000 !important;
  border-radius: 0;
  height: 43px;
  color: #333; }

.form-field--increments {
  display: inline-block; }

.howtoMeasureBtn {
  display: inline-block;
  margin: 9px 0 0 0.5rem;
  height: 43px;
  line-height: 39px;
  background-color: #fff;
  color: #000;
  border: 2px solid #000 !important;
  font-weight: 600;
  text-transform: none;
  font-size: 16px;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  font-family: 'Open Sans', sans-serif; }

.sizeChartBtn {
  margin-left: 0; }

.productView-options .form-action.addtoCartAction {
  display: inline-block;
  width: auto;
  margin-left: 0.5rem;
  vertical-align: top;
  margin-top: 9px;
  min-width: 250px; }

#form-action-addToCart {
  display: block;
  width: 100%;
  background-color: #398adb;
  font-size: 24px;
  font-weight: 600;
  height: 43px;
  line-height: 43px;
  color: #fff;
  border: 0;
  margin: 0; }

.wishlistBtn {
  font-size: 18px;
  font-weight: 400;
  padding-right: 0;
  padding-left: 0;
  margin: 0;
  border: 0;
  color: #398adb;
  text-transform: uppercase; }

.wishlistBtn .wishHeart {
  font-size: 36px;
  color: #398adb;
  display: block;
  float: left;
  margin-right: 10px; }

.wishlistBtn:hover {
  background: none;
  color: #398adb; }

.wishlistForm {
  float: right;
  margin: 0; }

.productSocialWish {
  width: 80%;
  margin: 1rem 2rem 0 auto; }

.productView-options .productSocialWish {
  width: 80%;
  margin: 1rem auto 0 0; }

.sharethis {
  text-transform: uppercase;
  color: #000;
  margin: 0 0 0 0;
  font-size: 26px; }

.productSocialWish .socialLinks .icon svg {
  display: none; }

.productSocialWish .socialLinks .icon.icon--facebook {
  background: URL("../img/Blue-Facebook.png") no-repeat;
  width: 28px;
  height: 28px; }

.productSocialWish .socialLinks .icon.icon--instagram {
  background: URL("../img/Blue-Instagram.png") no-repeat;
  width: 28px;
  height: 28px; }

.productSocialWish .socialLinks .icon.icon--pinterest {
  background: URL("../img/Blue-Pinterest.png") no-repeat;
  width: 28px;
  height: 28px; }

.productSocialWish .item-pinterest {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
  padding: 7px !important;
  border-radius: 7px; }

.productSocialWish .socialLinks .icon.icon--tiktok {
  background: URL("../img/Blue-TikTok.png") no-repeat;
  width: 28px;
  height: 28px; }

.footerInner .socialLinks .icon svg {
  display: none; }

.footerInner .socialLinks .icon.icon--facebook {
  background: URL("../img/Gray-Facebook.png") no-repeat;
  width: 24px;
  height: 24px; }

.footerInner .socialLinks .icon.icon--instagram {
  background: URL("../img/Gray-Instagram.png") no-repeat;
  width: 24px;
  height: 24px; }

.footerInner .socialLinks .icon.icon--pinterest {
  background: URL("../img/Gray-Pinterest.png") no-repeat;
  width: 24px;
  height: 24px; }

.footerInner .socialLinks .icon.icon--tiktok {
  background: URL("../img/Gray-TikTok.png") no-repeat;
  width: 24px;
  height: 24px; }

.productSocialWish .socialLinks .socialLinks-item {
  margin-right: 1rem; }

#pageType_product .addthis_toolbox {
  float: left;
  padding: 20px 0 0 20px; }

#pageType_product .productView-options .addthis_toolbox {
  float: none;
  padding: 5px 0 0 0px; }

.socialLinks {
  line-height: 22px;
  float: left;
  margin-top: 5px; }

.socialLinks .icon {
  height: 2rem;
  width: 2rem !important; }

.socialLinks .socialLinks-item {
  margin-right: 0.25rem; }

ol.breadcrumbs {
  padding-bottom: 0;
  margin-bottom: 1rem;
  margin-top: -0.5rem;
  text-transform: uppercase;
  text-align: left; }

.productView-title {
  color: #333; }

.productShortDesc {
  margin-bottom: 1rem; }

.productView-price {
  color: #398adb;
  font-weight: 700; }

.productView-product {
  border-bottom: 0;
  padding-bottom: 0; }

.productView-thumbnail-link {
  height: auto;
  max-width: 100px;
  border: 0;
  padding: 0;
  margin-bottom: 10px; }

.productView-thumbnails img {
  max-height: 200px;
  max-width: 100px;
  position: static; }

.GlobalAccordion {
  width: 85%;
  margin: 2rem 0 0 auto;
  border-top: 2px solid #2c4061; }

.productView-options .GlobalAccordion {
  width: 75%;
  margin: 2rem auto 0 0; }

.accordionCont {
  border: 2px solid #2c4061;
  border-top: 0;
  border-radius: 0;
  padding: 0 1rem; }

.accordionCont h4 {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 40px;
  cursor: pointer; }

.accordionCont h4 i {
  float: right;
  line-height: 40px; }

.accordionCont h4 i.fa-chevron-up {
  display: none; }

.accordionCont h4.active i.fa-chevron-up {
  display: block; }

.accordionCont h4.active i.fa-chevron-down {
  display: none; }

.accordionText {
  display: none;
  padding: 0.5rem 0 1rem;
  font-size: 14px; }

#sizeNotice {
  font-size: 13px;
  line-height: normal;
  clear: both;
  max-width: 620px;
  padding: 0.5rem 0 1.5rem; }

.productView-options .bridesCode {
  margin: 1rem 0 2rem;
  max-width: 618px; }

.productView-options .bridesCode .form-label {
  width: 70%;
  float: left;
  position: relative;
  padding: 13px 3rem 0 0;
  line-height: 1.2;
  font-size: 16px; }

.productView-options .bridesCode .form-label i {
  position: absolute;
  margin-top: -16px;
  top: 50%;
  right: 0;
  color: #fff;
  background: #398adb;
  border-radius: 100%;
  font-size: 28px;
  line-height: 32px;
  height: 32px;
  width: 32px;
  text-align: center;
  cursor: pointer; }

.productView-options .bridesCode .form-input--small {
  width: 25%;
  float: right;
  margin-top: 0.7rem;
  text-align: center; }

.card {
  margin-bottom: 1rem; }

.subcategoryGrid .card-figure {
  position: relative; }

.subcategoryGrid .card-figure img {
  width: 100%; }

.subcategoryGrid .card-body {
  position: absolute;
  left: 9px;
  bottom: 10px;
  width: 99%;
  width: calc(100% - 18px);
  background-color: #edf6ff;
  padding: 10px 5px; }

.subcategoryGrid .noImage .card-body {
  position: static;
  width: 100%; }

.subcategoryGrid .card-title {
  padding: 0;
  text-transform: uppercase;
  color: #fff; }

.subcategoryGrid .card-title > a {
  color: #5a5a5a; }

#CategoryDesc, #CategoryDesc1 {
  margin: 0 auto 1rem;
  max-width: 800px;
  text-align: center; }

.bottom-description {
  font-size: 13px;
  text-align: center; }

.subcatPageDesc, .subcatPageDesc1 {
  font-size: 13px; }

#CategoryDesc table h2 {
  text-align: center;
  font-size: 30px;
  color: #398adb;
  font-weight: 600;
  margin: 0; }

#CategoryDesc table h2:after {
  content: ' ';
  display: block;
  height: 3px;
  background-color: #398adb;
  max-width: 86px;
  margin: 5px auto auto auto; }

#CategoryDesc table h3 {
  text-align: center;
  font-size: 30px;
  margin: 10px 0 0 0; }

#CategoryDesc table h4 {
  text-align: center;
  font-size: 18px;
  color: #398adb;
  font-weight: 700;
  margin: 0 0 1rem 0; }

#CategoryDesc table p {
  font-size: 12px;
  line-height: normal;
  color: #000;
  font-weight: 400;
  margin: 0 3rem;
  max-height: 217px;
  overflow-y: auto; }

#noProductsLabel {
  text-align: center; }

.sidebarBlock-heading, .accordion--navList .accordion-title {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  padding: 2px 5px 3px 0px;
  line-height: normal;
  width: 100%;
  text-transform: uppercase;
  text-align: left; }

.accordion-block .navList-item a {
  font-size: 18px; }

.accordion--navList .accordion-navigation,
.accordion-block:last-child .accordion-navigation {
  border-bottom: 2px solid #828282;
  border-radius: 0;
  padding-bottom: 5px; }

.pagination {
  margin: 1rem 0 0 0; }

.pagination-list {
  text-align: left; }

.pagination-item {
  background-color: #edf6ff; }

.pagination-item.pagination-item--current {
  background-color: #398adb; }

.pagination-item.pagination-item--current a {
  color: #fff; }

.pagination-list li {
  margin: 0 0 0 0.3rem !important;
  height: 36px;
  width: 36px;
  float: left;
  border: 0 !important; }

.pagination-list li a {
  color: #000;
  font-size: 18px;
  border-radius: 0;
  padding: 0px;
  text-align: center;
  line-height: 36px; }

.pagination-item .pagination-link:hover {
  color: #fff;
  background-color: #398adb; }

.pagination-item.pagination-item--current {
  border: 0;
  border-radius: 0; }

.pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--next > a:hover {
  color: #fff; }

.pagination-item.pagination-item--previous > a:hover .icon svg, .pagination-item.pagination-item--next > a:hover .icon svg {
  fill: #fff; }

.pagination-item.pagination-item--previous, .pagination-item.pagination-item--next {
  width: auto; }

.pagination-item--next .icon {
  margin-right: 0; }

.pagination-item--previous .icon {
  margin-left: 0; }

#readmore {
  text-transform: none;
  color: #398adb;
  text-decoration: underline; }

#readless {
  display: none;
  margin-left: 3rem;
  font-size: 14px;
  color: #398adb;
  text-decoration: underline; }

#pageType_category .page-heading {
  margin-bottom: 1rem; }

.card-body .card-text {
  text-transform: uppercase;
  color: #5a5a5a;
  font-size: 12px; }

.card-title {
  text-transform: uppercase;
  font-family: 'Dosis', sans-serif;
  font-size: 14px;
  padding: 0;
  line-height: normal; }

.card-title > a {
  color: #3a3a3a; }

.card-figcaption-body .card-text {
  font-size: 18px;
  padding: 0px 10px 0 15px; }

.card-figcaption-body .button {
  float: left;
  width: 50%;
  height: 46px;
  line-height: 46px;
  display: none; }

.card-figcaption-body .wishlistBtn {
  line-height: 48px; }

.card-figcaption-body .wishlistBtn:hover i {
  color: #fff; }

.card-figcaption-body .wishlistBtn i {
  color: #ea3962;
  font-size: 24px; }

.card-figcaption-body .addtoCartBtn {
  background-color: #ea3962; }

.card-figcaption-body .addtoCartBtn:hover {
  background-color: #2c4061; }

.card-figcaption-body .addtoCartBtn i {
  font-size: 24px; }

.card-figure {
  background: transparent; }

.menuApptBtn {
  display: none;
  text-transform: none;
  font-size: 14px;
  background: #fff;
  padding: 0 2rem;
  font-family: 'Merriweather', sans-serif;
  height: 34px;
  line-height: 32px;
  border: 1px solid #98999d; }

.bloglandingpage .blog-post-figure, .bloglandingpage .blog-post-body {
  width: 50%;
  float: left; }

.blogpostpage .blog-post-figure, .blogpostpage .blog-post-body {
  width: 100%; }

.blog:after {
  content: '';
  display: block;
  clear: both; }

.bloglandingpage .blog-title {
  margin-right: 0;
  margin-left: 0;
  text-align: left; }

.bloglandingpage .blog-date, .bloglandingpage .blog-author {
  text-align: left; }

.bloglandingpage .blog-post-figure figure {
  margin-top: 0;
  margin-bottom: 0; }

.bloglandingpage .socialLinks .icon, .blogpostpage .bloglandingpage .socialLinks .icon {
  height: 1.42857rem;
  width: 1.42857rem !important; }

.bloglandingpage .socialLinks-item--google_plusone, .blogpostpage .socialLinks-item--google_plusone {
  display: none !important; }

.bloglandingpage .blog .socialLinks {
  text-align: left; }

.blog .addthis_toolbox {
  margin-top: 1rem; }

.blog-sidebar h5 {
  padding: 10px;
  background: #eee;
  margin: 0;
  color: #333;
  cursor: pointer;
  line-height: 26px;
  position: relative; }

.blog-sidebar h5:after {
  position: absolute;
  top: 20px;
  right: 20px;
  content: '';
  border-style: solid;
  border-color: transparent transparent #333;
  border-width: 0 7px 7px; }

.blog-sidebar h5.active:after {
  border-color: #333 transparent transparent;
  border-width: 7px 7px 0; }

.blog-sidebar ul {
  border: 1px solid #e8e8e8;
  margin: 0; }

.blog-sidebar ul.blogcategoriesUL > li {
  list-style-type: none;
  border-top: 1px solid #e8e8e8; }

.blog-sidebar ul li {
  list-style-type: none; }

.blog-sidebar ul li:first-child {
  border-top: none; }

.blog-sidebar ul li a {
  display: block;
  padding: 10px;
  color: #333;
  font-weight: initial;
  font-size: 14px; }

.blogSubMenu a {
  padding: 6px 10px 6px 20px !important;
  font-size: 13px !important; }

.BlogCategories {
  margin-top: 2rem; }

.BlogCategories a {
  text-transform: capitalize; }

.BlogCategories ul li {
  position: relative; }

.BlogCategories li .hitarea {
  cursor: pointer;
  height: 41px;
  position: absolute;
  right: 0;
  width: 52px; }

.BlogCategories li .hitarea::after {
  content: "+";
  display: block;
  font-size: 24px;
  font-weight: bold;
  height: 37px;
  line-height: 37px;
  text-align: center;
  width: 100%; }

.BlogCategories li.active .hitarea::after {
  content: "-"; }

.galleryPage .page-heading {
  text-transform: none;
  font-size: 22px; }

.galleryPage p.galleryCaption {
  text-align: center; }

.uploadPhotoBtn {
  background: #edf6ff;
  border: 0;
  height: 44px; }

.galleryPage .card-figure {
  position: relative; }

.galleryPage .imgCaption {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 10px; }

.galleryPage .imgCaption h4, .galleryPage .imgCaption p {
  margin: 0;
  color: #fff; }

.yesDressCaption {
  padding: 10px 0; }

.yesDressCaption h4, .yesDressCaption p {
  margin: 0; }

.yesDressCaption h4 {
  font-size: 16px; }

.yesDressCaption p {
  font-style: italic;
  font-size: 12px; }

.yestoDress img {
  width: 100%; }

.header.is-open .HeaderCarousel {
  display: none; }

.countPill {
  background-color: #398adb;
  height: 9px;
  line-height: 9px;
  width: 9px;
  position: absolute;
  top: 1px;
  right: 0.75rem; }

.navUser-item--cart .navUser-action {
  position: relative; }

.meetteamPage .page-content--centered {
  width: 100%;
  max-width: 1100px;
  font-size: 14px; }

.meetteam {
  margin: 2rem 0;
  border-spacing: 1.5rem;
  border-collapse: separate; }

.meetteam td {
  vertical-align: top;
  text-align: center;
  background: #eeeeee; }

.meetteam td.textTD {
  padding: 30px;
  font-size: 14px; }

.meetteam td h3 {
  font-size: 32px;
  font-weight: 700;
  margin-top: 0; }

.meetteam td h4 {
  margin-top: 0; }

.meetteam td.teamImgCell {
  vertical-align: middle; }

.phoneNumber .phoneIcon {
  float: left;
  margin-top: 5px; }

.phoneNumber .navUser-action {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.appointmentsBanner {
  margin-bottom: 1rem; }

.appointmentsBanner img {
  width: 100%; }

.productShortDesc ul {
  list-style: none;
  margin: 0; }

.productShortDesc li {
  margin-bottom: 1rem; }

.productView-brand {
  margin: 0 0 1.5rem; }

.productShortDesc {
  font-size: 14px; }

.productView-details {
  margin-bottom: 1rem; }

.contactusMoreDetails {
  color: #398adb;
  text-decoration: underline;
  font-weight: 700;
  float: left;
  padding-top: 12px; }

.apptBtn {
  float: right;
  background-color: #398adb;
  color: #fff;
  padding: 1rem 1.5rem;
  border-radius: 8px; }

.contactusMoreDetails a {
  color: #398adb; }

[data-product-attribute] .form-option.form-option-swatch {
  position: relative; }

.form-option-variant--colorHover {
  width: 100px;
  height: 100px;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  border: 1px solid #cdcdcd;
  padding: 1px;
  z-index: 1; }

.swatchColorLabel {
  display: none;
  margin-left: 1rem;
  font-size: 14px; }

img.cardSecondImg {
  display: none; }

.MobileNavTop {
  display: block;
  background-color: #edf6ff;
  text-align: center;
  padding: 5px; }
  .MobileNavTop a {
    color: #3a3a3a; }

.MobileNavTop i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px; }

.productView-info > .bulkpricingName {
  margin-top: 0; }

.productView-info > .bulkpricingValue a {
  color: #398adb; }

.form-label--inlineSmall small {
  display: none; }

.productView-price .rrp-price--withoutTax, .productView-price .non-sale-price---withoutTax {
  color: #2a2a2a;
  font-weight: 400; }

.contactProductName {
  width: 100%; }

.form-field.contactProductName {
  width: 100% !important; }

.WelcomeSalon {
  margin: 3rem 0 5rem; }

.WelcomeSalon ul {
  list-style: none;
  margin: 0;
  display: flex;
  font-size: 0; }

.WelcomeSalon li {
  vertical-align: top;
  padding: 0 0 0 10px;
  font-size: 18px; }

.WelcomeSalon li:first-child {
  padding: 0 10px 0 0; }

.WelcomeSalon li h4, .WelcomeSalon li h2 {
  text-transform: uppercase;
  font-size: 30px; }

.WelcomeSalon li p {
  margin: 3rem 0; }

.WelcomeSalon li:last-child p {
  padding-left: 2rem; }

.WelcomeSalon li:last-child .button {
  margin-left: 2rem; }

.HomeTestimonials {
  background: #edf6ff;
  padding: 5rem 0;
  margin: 5rem 0; }
  .HomeTestimonials .imageContainer {
    position: relative;
    max-width: 386px; }
    .HomeTestimonials .imageContainer img {
      position: relative;
      z-index: 1; }
    .HomeTestimonials .imageContainer:before {
      content: '';
      position: absolute;
      top: 30px;
      /* 20px from the top */
      left: -30px;
      /* 20px to the left */
      right: 30px;
      /* Adjust as needed for right offset */
      bottom: -30px;
      /* Adjust as needed for bottom offset */
      border: 3px solid #000;
      /* Adjust the color as needed */
      z-index: 0; }
  .HomeTestimonials .heroCarousel .slick-dots {
    display: none !important; }
  .HomeTestimonials .text-area {
    padding: 0 5rem; }
    .HomeTestimonials .text-area h4, .HomeTestimonials .text-area h2 {
      text-transform: uppercase;
      font-size: 30px; }
  .HomeTestimonials .slick-prev {
    left: -55px; }
  .HomeTestimonials .slick-next {
    right: -55px; }
  .HomeTestimonials .homeStarsContainer {
    margin: 2rem 0 0.5rem; }
  .HomeTestimonials .homeStar {
    display: inline-block;
    width: 28px;
    height: 26px;
    background: URL("../img/star.png") no-repeat; }
  .HomeTestimonials span {
    font-style: italic; }

.DimitraBrides {
  margin: 0 0 5rem; }
  .DimitraBrides .headingArea .page-heading {
    float: left; }
  .DimitraBrides .headingArea a {
    float: right;
    text-transform: uppercase;
    text-decoration: underline;
    margin: 15px 0 0 0;
    color: #398adb; }

.navPages-container {
  border-top: 2px solid #eaeaea;
  border-bottom: 2px solid #eaeaea; }

.categoryBanngerArea {
  margin-bottom: 1rem; }

.fitlerIcon {
  display: block;
  width: 80px;
  height: 22px;
  background: URL("../img/filter-icon.jpg") no-repeat;
  margin-bottom: 1rem; }

.card-body {
  text-align: center; }

.page-heading {
  text-transform: uppercase; }

.footer-info-col--social address {
  text-align: left;
  font-style: normal;
  margin: 0 0 1rem; }

.carousel-play-pause-button {
  display: none !important; }

[data-name="appointments"] {
  background-color: #edf6ff; }
  [data-name="appointments"] a {
    font-weight: 700; }

.navPages-item.navPages-item-page {
  position: relative; }
  .navPages-item.navPages-item-page .has-subMenu.is-root + .navPage-subMenu-horizontal {
    left: 0;
    width: 17rem;
    padding: 1rem 1rem 1rem 1rem !important; }

.accordion--navList .accordion-block {
  margin-top: 0; }

.actionBar {
  margin: 5px 0 0; }

.featuresTab {
  margin: 20px 0; }

.featuresTab h4 {
  cursor: pointer;
  margin: 0;
  padding: 0 0 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #3a3a3a;
  border-bottom: 1px solid #3a3a3a;
  font-size: 16px; }

.featuresTab h4:hover {
  color: #0056b3;
  /* Change hover color here */ }

.toggleSign {
  font-weight: bold; }

.featuresDiv {
  padding: 1rem 0 0;
  font-size: 13px;
  color: #3a3a3a; }

.productView-details {
  margin-bottom: 0;
  padding-bottom: 1rem; }

.tabs {
  border: 0; }

.form-field--increments {
  display: none; }

.productView-images {
  position: relative; }

.mobilecarousel .heroCarousel-slide .heroCarousel-image {
  object-position: center; }

.appointmentsBanner {
  display: flex;
  align-items: stretch;
  /* Ensures both columns have equal height */ }

.appointmentsBanner .image-column {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 600px; }

.appointmentsBanner .image-column img {
  max-width: 100%;
  /* Ensure image does not exceed container width */
  height: 100%;
  /* Stretch image to container height */
  object-fit: cover;
  /* Maintain aspect ratio and cover entire container */ }

.appointmentsBanner .text-column {
  background: #edf6ff;
  width: 50%;
  padding: 3rem 4rem; }

.appointmentsBanner .text-column h1.page-heading {
  text-align: left;
  margin-top: 5rem; }

.addressHours {
  padding: 2rem 0 0; }

.addressHours ul {
  list-style: none;
  margin: 0; }

.addressIcon {
  background: URL("../img/location-icon.jpg") no-repeat;
  width: 14px;
  height: 18px;
  float: left;
  margin: 5px 0 0 0; }

.hoursIcon {
  background: URL("../img/hours-icon.jpg") no-repeat;
  width: 15px;
  height: 15px;
  float: left;
  margin: 5px 0 0 0; }

.addressHours .text {
  float: left;
  margin: 0 0 0 2rem; }

.hoursAddDiv {
  margin: 2rem 0; }

.addressHours li {
  margin-bottom: 0.5rem; }

.hoursLabel {
  display: inline-block;
  width: 100px; }

.appointmentsPage .page-content--centered {
  width: 100%; }

.FeaturedAppts {
  display: flex;
  align-items: center;
  margin: 4rem 0; }

.FeaturedApptsText {
  width: 50%;
  padding-right: 5rem; }
  .FeaturedApptsText h2 {
    text-transform: uppercase; }
  .FeaturedApptsText span {
    color: #8195a9;
    font-weight: 700; }
  .FeaturedApptsText em {
    font-weight: 700;
    font-style: normal; }
  .FeaturedApptsText p {
    margin: 3rem 0; }
  .FeaturedApptsText .apptbutton {
    margin-left: 0 !important;
    width: 100%; }

.FeaturedApptsImg {
  width: 50%;
  text-align: right; }
  .FeaturedApptsImg .FeaturedimgContainer {
    position: relative;
    max-width: 500px; }
    .FeaturedApptsImg .FeaturedimgContainer:before {
      content: '';
      position: absolute;
      top: 50px;
      right: -30px;
      left: 30px;
      bottom: -30px;
      border: 3px solid #000;
      z-index: 0; }
    .FeaturedApptsImg .FeaturedimgContainer img {
      position: relative;
      z-index: 1; }

.normalAppointments {
  margin: 9rem 0 5rem; }

.normalAppointments .productGrid .product {
  width: 100%;
  text-align: center; }
  .normalAppointments .productGrid .product .card {
    background: linear-gradient(0deg, #edf6ff 75%, #ffffff 75%);
    padding: 2rem 4rem; }
  .normalAppointments .productGrid .product h4 {
    text-transform: uppercase; }
  .normalAppointments .productGrid .product h5 {
    margin-top: 0;
    font-weight: 700; }
  .normalAppointments .productGrid .product span {
    color: #8195a9;
    font-weight: 700;
    margin-bottom: 1rem;
    display: block; }
  .normalAppointments .productGrid .product em {
    font-weight: 700;
    font-style: normal; }
  .normalAppointments .productGrid .product .button {
    background: #fff; }

@media (min-width: 801px) {
  .body {
    margin-top: 1.5rem; }
  .header {
    border: 0; }
  .header-logo {
    margin: 20px auto 15px; }
  .logocont {
    position: relative; }
  .searchform {
    position: absolute;
    z-index: 21;
    top: 20px;
    right: 0;
    display: block;
    width: 270px;
    margin: 0;
    border-bottom: 2px solid #333333; }
  .searchbutton {
    width: 22px;
    height: 21px;
    margin-top: 3px; }
  .searchform .form-field {
    margin: 0; }
  .searchform .form-prefixPostfix .form-input {
    border: 0;
    text-transform: uppercase;
    padding: 0 0 0 1rem;
    height: 30px; }
  .navUser {
    background-color: #edf6ff; }
  .navUser-section--alt {
    float: none; }
  .navUser-item {
    float: right; }
  .navUser-item.navLeft {
    float: left; }
  .navUser-action {
    color: #333333;
    font-weight: 400;
    font-size: 14px;
    padding: 0.5rem 1rem; }
  .navUser ul li.phoneNumber {
    float: left;
    margin-top: 9px; }
  .navUser ul.navUser-section > li {
    margin-top: 1px;
    margin-bottom: 1px; }
  .navPages-action {
    font-size: 15px;
    font-weight: 400;
    padding: 1.5rem 1rem 1.5rem; }
  .navPage-childList-action {
    font-size: 14px;
    padding: 0.1rem 1rem 0.1rem 2rem; }
  .navPage-subMenu, .navPages-action.is-open {
    background-color: #edf6ff; }
  .navPage-subMenu-item {
    width: 33.333333%; }
  .navPage-subMenu-item > .navPage-subMenu-action {
    color: #47484c;
    border-bottom: 3px solid #47484c;
    text-align: left;
    font-weight: 700;
    font-size: 18px;
    font-family: 'Merriweather', sans-serif;
    margin-bottom: 0.5rem; }
  .headerCarousel.heroCarousel {
    display: block; }
  .footer-newsletter {
    width: 100%;
    margin-bottom: 0; }
  .footer-info-col--social {
    width: 26%; }
  .footer-info-col--small {
    width: 19.3%; }
  .footer-info-col--small.footerAccountCell {
    width: 16%; }
  .footerContactInfo {
    width: 40%; }
  .footerStoreInfo {
    width: 60%; }
  .footer-payment-icons {
    margin-top: 0;
    float: right; }
  .heroCarousel-image {
    max-height: 50rem; }
  .heroCarousel-content {
    background: none;
    text-align: left;
    padding: 0;
    left: 6%;
    width: 35%;
    margin-left: 0; }
  .heroCarousel-title {
    font-size: 36px;
    line-height: 1.1; }
  .heroCarousel-action {
    margin-top: 0; }
  .page-heading {
    font-size: 36px; }
  .csscolumns #HomeBlogPosts .productGrid--maxCol3 .product {
    padding-right: 2rem;
    padding-left: 2rem; }
  .heroCarousel {
    margin-top: -1.5rem; }
  #HomeBlogPosts .productGrid .product {
    width: 20%; }
  .navPages-item {
    float: none;
    display: inline-block; }
  .productView-price {
    font-size: 30px; }
  .form-field[data-product-attribute="set-select"] {
    width: 50%;
    float: left; }
  .productView-image {
    float: right;
    width: 80%; }
  .productView-thumbnails {
    float: left;
    width: 20%;
    text-align: center; }
  .productView-thumbnail {
    width: 100%;
    float: none; }
  .navPage-subMenu {
    padding: 1.5rem !important; }
  .menu-category-image {
    float: right;
    width: 30%; }
  .navPage-subMenu.hasCatImage .navPage-subMenu-list {
    float: left;
    width: 70%;
    padding: 0.5rem !important; }
  .menuApptBtn {
    display: block;
    position: absolute;
    bottom: 0;
    right: 2rem;
    max-width: 235px; }
  .hasCatImage .menuApptBtn {
    right: 35%;
    bottom: 2rem; }
  .bloglandingpage .page-sidebar, .blogpostpage .page-sidebar {
    float: right; }
  .galleryPage .page-heading {
    font-size: 30px;
    margin-bottom: 1rem; }
  .yestoDress .productGrid .product {
    width: 33.333333%; }
  .appointmentsBanner {
    margin-top: -1.5rem; }
  .navPage-subMenu-item.allweddingGowns {
    width: 100%;
    clear: both;
    margin-top: 10px; }
  .navPage-subMenu-item.allweddingGowns .navPage-subMenu-action {
    float: left;
    width: auto; }
  .navPage-subMenu-item.allweddingGowns .navPage-childList {
    float: left;
    width: auto;
    margin-top: 10px; }
  .navPage-subMenu-item.allweddingGowns .navPage-childList .navPage-childList-item {
    float: left;
    width: auto; }
  .navPage-subMenu-item {
    padding: 0 1.5rem !important; }
  .MobileNavTop {
    display: none; }
  .productView-price .rrp-price--withoutTax, .productView-price .non-sale-price---withoutTax {
    font-size: 20px; }
  .heroCarousel.slick-initialized {
    max-height: 70rem; }
  .heroCarousel-slide .heroCarousel-image-wrapper {
    max-height: 50rem; }
  .heroCarousel-slide .heroCarousel-image {
    object-fit: cover; }
  .WelcomeSalon li {
    display: block;
    width: 50%; }
  .HomeTestimonials .imageContainer {
    float: left;
    margin-left: 50px; }
  .HomeTestimonials .text-area {
    float: right;
    width: 55%; }
  .SpecialOccasion .productGrid .product {
    width: 50%; }
  .navUser-item.searchLink {
    display: none; }
  .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
    padding: 5px 0;
    text-transform: none; }
  .horizontal-facets .facetedSearch-refineFilters {
    width: 25%;
    float: left;
    padding-left: 0.75rem;
    padding-top: 1rem; }
  .horizontal-facets #facetedSearch-navList {
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    margin: 0;
    padding: 0.5rem 0 0rem; }
  .horizontal-facets .accordion--navList {
    display: flex !important;
    justify-content: space-between; }
  .facetedSearch-toggle {
    display: none !important; }
  .accordion {
    margin: 0; }
  .FeaturedApptsText {
    order: 1; }
  .FeaturedApptsImg {
    order: 2; }
  .normalAppointments .productGrid .product {
    width: 50%; } }

@media (min-width: 551px) {
  .HomeImages .imagescontainer {
    margin-left: -2rem; }
  .HomeImages .halfscreen {
    float: left;
    width: 33.33333%;
    padding-left: 2rem; }
  .actionBar-section {
    float: right; }
  .productView-title {
    margin-top: 0; }
  .mobilecarousel {
    display: none; } }

@media screen and (max-width: 1200px) {
  .FeaturedApptsImg .FeaturedimgContainer {
    max-width: 90%; } }

@media screen and (max-width: 1024px) {
  .footer-newsletter h5, .footer-newsletter .form, .footer-newsletter h2 {
    width: 100%;
    float: none; }
  #FooterNewsBox {
    padding: 3rem 0 1rem; }
  .footer-newsletter {
    padding: 0; }
  .footer-info-list a {
    font-size: 16px; }
  .productCarousel {
    margin: 0; }
  .card-figcaption {
    opacity: 1;
    position: static; }
  .card-figcaption-body {
    width: 100%;
    position: static; }
  .header-logo-image {
    margin-left: 0; } }

@media screen and (max-width: 801px) {
  .shoppingBag {
    display: block;
    height: 19px;
    width: 21px;
    background: URL("../img/mobile-cart.png") no-repeat; }
  .header {
    height: 90px; }
  .onSaleDot {
    display: none; }
  .navUser ul li.navUser-item--cart a {
    padding-top: 18px; }
  .countPill--positive {
    right: 7px;
    top: 13px; }
  .heroCarousel-title {
    font-size: 14px; }
  .heroCarousel .slick-dots {
    bottom: 1.5rem; }
  .FeaturedProducts {
    margin: 2rem 0; }
  .footer-newsletter {
    width: 100%; }
  .footer-info-col--social {
    padding-right: 0; }
  #backtoTop {
    top: 0;
    margin-top: -35px; }
  .footerContactInfo {
    width: 100%; }
  .footerCopyrightBottom {
    padding: 0rem 0 1rem; }
  .productGrid .product {
    width: 100%;
    padding-bottom: 2rem; }
  .galleryPage .productGrid .product {
    width: 50%;
    padding-bottom: 1rem; }
  .productView {
    margin: 0; }
  .banners {
    font-size: 14px; }
  .headerCarousel.heroCarousel {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    text-transform: none;
    padding: 5px 10px; }
  .headerCarousel.heroCarousel .slick-prev, .headerCarousel.heroCarousel .slick-next {
    display: none !important; }
  body {
    padding-top: 90px; }
  .header-logo-image {
    margin-left: auto; }
  .HomeBridalExperience ul {
    margin-left: -2rem; }
  .HomeBridalExperience li {
    width: 50%;
    margin-top: 1rem; }
  .HomeCategories li {
    width: 33.33333%; }
  .footerStoreInfo {
    width: 100%; }
  #CategoryDesc td {
    display: block;
    width: 100% !important; }
  .GlobalAccordion {
    width: 100%; }
  .meetteam td {
    display: block; }
  .navUser-item--cart {
    float: right; }
  .navUser {
    top: 61px; }
  .HomeBridalExperience .page-heading {
    margin: 0; }
  .navPages-container.is-open {
    transform: translateY(90px);
    padding: 0; }
  .container.logocont {
    width: 100%; }
  .navPages-container {
    border: 0; }
  .navUser-item.searchLink {
    display: block; }
  .HomeBridalExperience li div {
    border: 0;
    background: #fff; }
  .WelcomeSalon ul {
    margin: 0;
    display: block; }
    .WelcomeSalon ul li {
      padding: 0; }
  .WelcomeSalon li:last-child {
    margin-top: 1rem; }
  .WelcomeSalon li:last-child p {
    padding-left: 0; }
  .WelcomeSalon li:last-child .button {
    margin-left: 0; }
  .WelcomeSalon li p {
    margin: 1rem 0; }
  .WelcomeSalon .button {
    width: 100%; }
  .HomeTestimonials {
    padding: 3rem 0;
    margin: 3rem 0; }
    .HomeTestimonials .slick-prev, .HomeTestimonials .slick-next {
      display: none; }
    .HomeTestimonials .button {
      width: 100%;
      margin: 0; }
  .HomeTestimonials .imageContainer {
    margin: auto; }
  .HomeTestimonials .text-area h4 {
    margin: 60px 0 0;
    text-align: center; }
  .headingArea {
    text-align: center;
    margin-bottom: 3rem; }
  .DimitraBrides .headingArea .page-heading {
    float: none;
    text-transform: uppercase;
    margin-bottom: 0; }
  .DimitraBrides .headingArea a {
    float: none; }
  .DimitraBrides .productGrid .product {
    width: 50%; }
  .footer-info-col--social address {
    text-align: center; }
  .socialLinks {
    float: none;
    margin-bottom: 2rem !important; }
  .appointmentsBanner {
    margin-top: -1.5rem;
    display: block; }
  .appointmentsBanner .image-column {
    width: 100%; }
  .appointmentsBanner .text-column {
    width: 100%;
    padding: 1.5rem; }
  .appointmentsBanner .text-column h1.page-heading {
    margin-top: 3rem; }
  .addressHours {
    padding: 1rem 0; }
  .FeaturedAppts {
    display: block;
    margin: 2rem 0; }
  .FeaturedApptsImg {
    width: 100%;
    max-width: 400px;
    margin: auto;
    padding-bottom: 40px; }
  .FeaturedApptsText {
    width: 100%;
    padding-right: 0; }
  .FeaturedApptsText p {
    margin: 2rem 0; }
  .normalAppointments {
    margin: 3rem 0; }
  .normalAppointments .productGrid .product .button {
    width: 100%; }
  .page.appointmentsPage {
    margin: 0; } }

@media screen and (max-width: 551px) {
  .homecarousel {
    display: none; }
  .heroCarousel.mobilecarousel {
    display: block; }
  .HomeTestimonials .text-area {
    padding: 0 4rem; }
  .navUser-item--cart__hidden-s {
    display: block; }
  .heroCarousel .slick-slide.is-vertical-image-type .heroCarousel-image-wrapper,
  .heroCarousel-slide .heroCarousel-image-wrapper {
    height: 142vw; }
  .slick-prev::before,
  .slick-next::before {
    transform: translate(0px, 0px); }
  .HomeImages {
    padding: 1rem 0 0; }
  .WelcomeSalon li:first-child {
    padding: 0; }
  .WelcomeSalon {
    margin: 3rem 0 1rem; }
  .headingArea {
    margin-bottom: 2rem; }
  .DimitraBrides .productGrid .product {
    min-height: 0; }
  .DimitraBrides {
    margin: 0 0 1rem; }
  .HomeTestimonials {
    padding: 1rem 0;
    margin: 1rem 0; }
  .productGrid {
    margin: 0; }
  .slick-next {
    right: 0; }
  .slick-prev {
    left: 0; }
  .card-title {
    font-size: 15px; }
  .productView-title {
    font-size: 18px;
    line-height: 1.2; }
  .productView-description {
    font-size: 16px; }
  .HomeBridalExperience ul {
    margin-left: -1rem; }
  .HomeBridalExperience li {
    padding-left: 1rem; }
  .HomeBridalExperience a {
    text-transform: none;
    font-size: 14px; }
  .HomeCategories li {
    width: 50%; }
  #FooterNewsBox {
    padding-top: 6rem; }
  #backtoTop {
    margin-top: -70px; }
  .footer-newsletter h5, .footer-newsletter h2 {
    font-size: 18px;
    padding: 0 0 10px;
    text-align: center; }
  .productSocialWish {
    width: 100%;
    margin: 1rem 0 0; }
  #pageType_product .addthis_toolbox {
    float: none;
    padding: 0;
    text-align: center; }
  .wishlistForm {
    float: none;
    width: 100%;
    text-align: center; }
  .galleryPage .productGrid .product {
    width: 100%;
    text-align: center; }
  .navUser-section--alt {
    min-width: 80px; }
  .appointmentsBanner ol.breadcrumbs {
    display: block; }
  .FeaturedApptsText .apptbutton {
    text-transform: none;
    padding: 0 1rem; } }

@media screen and (max-width: 400px) {
  .header-logo-image {
    max-height: 1.5rem; }
  .FeaturedApptsText .apptbutton {
    font-size: 16px; } }
