/* CSS Document */
body {
  font-family: "Oswald", sans-serif;
  /*border-top: solid 10px #000;*/
}

h1, h2, h3, h4, h5, h6, p, li {
  margin: 0 0 10px 0;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 16px;
}

h4, h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

a {
  color: #000;
  text-decoration: none;
}

a:link, a:visited {
  color: #000;
  text-decoration: none;
}

a:hover, a:active {
  color: #000;
  text-decoration: underline;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Bug fix for BXSlider */
.bx-viewport li {
  min-height: 1px;
  min-width: 1px;
}

.container-fluid > .navbar-header {
  width: 100%;
}

.container-fluid > .navbar-header img {
  /*margin: 0 auto;*/
}

.navbar-nav {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.navbar-nav > li {
  margin: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
}

.navbar-default .navbar-nav > li > a {
  color: black;
}

.navbar-collapse {
  border-top: 0px;
}

.navbar-nav > li > a:hover {
  color: black;
}

#phone a img {
  width: 27px;
  float: left;
  margin-right: 10px;
  margin-top: 3px;
}

#phone a {
  display: block;
  margin: 15px auto;
  width: 175px;
  height: 34px;
  color: black;
  font-size: 24px;
  text-align: right;
}

#phone a:hover {
  color: black;
}

#info {
  display: none;
}

#info p {
  text-align: center;
  width: 100%;
  font-weight: 300;
  font-size: 18px;
}

#info p#address {
  color: #e9138c;
}

#info-mobile {
  display: none;
}

#info-mobile p {
  text-align: center;
  width: 100%;
  font-weight: 300;
  font-size: 14px;
}

#info-mobile p#address {
  color: #e9138c;
}

/* BS Navbar Overrides */
.navbar-brand {
  float: none;
  height: auto;
  padding: 5px 0;
  font-size: 18px;
  line-height: 20px;
  display: block;
  margin: 0 auto;
  /*max-width: 500px;*/
}

.navbar-brand img {
  margin: 0 auto;
}

.navbar-toggle {
  padding: 10px 10px;
  margin-top: 0px;
  margin-right: -22px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 0px solid transparent;
  border-radius: 0px;
  background-color: #e9138c;
}

.navbar-default {
  background-image: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  background-color: transparent;
  border-color: transparent;
  border: 0px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 2px;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 16px;
  height: 2px;
  border-radius: 1px;
}

a.facebook {
  background-color: #e9138c;
  display: block;
  padding: 8px;
  position: absolute;
  right: 35px;
  top: 0px;
  width: 30px;
}

a.twitter {
  background-color: #e9138c;
  display: block;
  padding: 8px;
  position: absolute;
  right: 71px;
  top: 0px;
  width: 30px;
}

#slideshow_wrap {
  margin-bottom: 15px;
  /*width: 100%;
  height: auto;*/
}

#slideshow_wrap .slideshow {
  /*width: 100%;
  height: auto;*/
}

#slideshow_wrap p {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

#slideshow_wrap p.line1 {
  position: absolute;
  background-color: #000;
  color: white;
  top: 50%;
  right: 0px;
  padding: 4px 6px;
  margin-top: -46px;
}

#slideshow_wrap p.line2 {
  position: absolute;
  background-color: #000;
  color: white;
  top: 50%;
  right: 0px;
  padding: 4px 6px;
  margin-top: -14px;
}

#slideshow_wrap p.line3 {
  position: absolute;
  background-color: #000;
  color: white;
  top: 50%;
  right: 0px;
  padding: 4px 6px;
  margin-top: 18px;
}

.furniture {
  position: absolute;
  min-width: 85px;
  z-index: 1000;
  top: -8px;
  left: 20px;
  background-color: #E9158A;
  border-radius: 50%;
  min-height: 85px;
  padding: 10px;
}

.furniture h2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 12px;
  width: 60px;
  line-height: 18px;
}

.rotate {
  display: block;
  transform: rotate(-15deg);
}

h2.pink-bar {
  background-color: #e9138c;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

#features {
  margin-bottom: 15px;
}

.shop-row {
  margin-bottom: 15px;
}

.shop-holder {
  margin-bottom: 15px;
  height: 315px;
  position: relative;
}

.shop-holder img {
  margin: 0 auto 15px;
}

.shop-holder h2 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  width: 100%;
  text-align: center;
}

.shop-holder p.shop-price {
  font-size: 18px;
  line-height: 22px;
  width: 100%;
  text-align: center;
}

.shop-holder p.shop-price span {
  font-weight: 300;
}

.shop-holder a.shop-cart {
  width: 27px;
  margin: 10px auto 0px;
  display: block;
}

.shop-holder p.btn-pink {
  background-color: #e9138c;
  padding: 0;
  margin: 0;
  width: 100%;
  border-radius: 0px;
  position: absolute;
  bottom: 0;
}

.shop-holder p.btn-pink a {
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
}

.ad a {
  color: #fff;
}

.summary {
  padding-right: 15px;
}

.empty {
  margin: 30px auto;
}

.feature-ad a {
  color: #fff;
}

.trend-banner {
  background-color: #000;
  color: #fff;
  padding: 5px;
  height: 315px;
  position: relative;
}

.trend-banner img {
  margin: 0 auto;
}

h2.trending-header {
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}

p.trending-text {
  font-weight: 300;
  background-color: #fff;
  text-align: center;
  color: #e9138c;
  font-size: 14px;
  line-height: 20px;
  max-width: 170px;
  padding: 5px;
  margin: 0 auto;
}

.trend-banner p.btn-trend {
  position: absolute;
  bottom: 0;
}

.feature-ad {
  background-color: #000;
  color: #fff;
  padding: 0px;
  float: left;
  width: 100%;
  margin-bottom: 5px;
}

.feature-ad-img {
  width: 48%;
  float: left;
}

.feature-ad .feature-ad-text {
  width: 52%;
  float: right;
  padding: 10px 2%;
}

.feature-ad .feature-ad-text h2 {
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}

.feature-ad p.btn-pink {
  background-color: #e9138c;
  padding: 0;
  margin: 0 auto;
  width: 140px;
  border-radius: 0px;
  display: block;
}

.feature-ad p.btn-pink a {
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
}

.pink-box {
  background-color: #e9138c;
  color: #fff;
  padding: 10px;
  margin-bottom: 5px;
}

.pink-box h2 {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.pink-box #btn-row {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.pink-box p.btn {
  background-color: #fff;
  padding: 5px;
  line-height: 18px;
  border-radius: 0px;
  display: inline-block;
  margin: 0 5px;
}

.pink-box p.btn a {
  display: block;
  width: 100%;
  color: #000;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
}

.pink-box p.btn a span {
  display: inline-block;
  vertical-align: middle;
}

.pink-box p.btn a img {
  margin: 0 5px;
}

.pink-box p.btn.btn-phone a img {
  width: 15px;
  margin-top: 0px;
}

.pink-box p.btn.btn-directions a img {
  width: 19px;
  margin-top: 2px;
}

.pink-box p.hours {
  font-weight: 300;
  text-align: center;
  font-size: 1.6em;
}

.black-box {
  background-color: #000;
  color: #fff;
  padding: 10px;
  margin-bottom: 5px;
}

.black-box h2 {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  background-color: transparent !important;
}

.black-box input[type=text] {
  color: black;
  text-transform: uppercase;
  padding: 4px 6px;
  width: 100%;
  /*width: 35%;*/
  /*margin-right: 3%;*/
  margin-bottom: 10px;
  border: none;
}

.black-box input[type=submit] {
  color: #fff;
  text-transform: uppercase;
  padding: 4px 6px;
  width: 60px;
  background-color: #e9138c;
  /*float: right;*/
  border: none;
}

#signup {
  margin: 15px 0;
}

#signup h2 {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

#signup > div {
  width: 100%;
}

#signup input[type=text] {
  width: 100%;
  color: black;
  text-transform: uppercase;
  padding: 4px 6px;
  /*width: 35%;*/
  /*margin-right: 3%;*/
  margin-bottom: 10px;
  border: none;
}

#signup input[type=submit] {
  color: #fff;
  text-transform: uppercase;
  padding: 4px 6px;
  width: 60px;
  background-color: #e9138c;
  /*float: right;*/
  border: none;
}

::-webkit-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

#whats-new {
  position: relative;
}

#whats-new .text_container {
  border-bottom: dotted 1px #e9138c;
  padding: 5px 85px 5px 0px;
  margin: 5px 0;
}

#whats-new .text_container h3 {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 5px 0;
}

#whats-new .text_container p {
  font-size: 14px;
  color: #e9138c;
  font-weight: 300;
  margin: 0 0 5px 0;
}

#whats-new p.btn {
  font-size: 14px;
  padding: 0;
}

#whats-new p.btn a {
  display: block;
  padding: 6px 0;
}

#lady {
  background: url("../images/silho-girl.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 151px;
  width: 132px;
  height: 259px;
  position: absolute;
  bottom: 0px;
  right: -15px;
  z-index: 1;
}

/* Interior Pages */
#sub_content h1 {
  background-color: #000;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  clear: both;
}

#sub_content h2 {
  background-color: #e9138c;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  clear: both;
}

#sub_content #lady {
  background: url("../images/silho-girl.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 127px;
  width: 95px;
  height: 211px;
  position: absolute;
  bottom: 0px;
  right: -15px;
  z-index: 1;
}

#sub_content #handbag-splits {
  border: 3px solid #000;
  width: 100%;
  margin-bottom: 15px;
}

#sub_content #handbag-splits .new-handbag {
  width: 100%;
  text-align: center;
}

#sub_content #handbag-splits .or-center {
  width: 100%;
  text-align: center;
}

#sub_content #handbag-splits .or-center h2 {
  color: #000;
  background-color: transparent;
}

#sub_content #handbag-splits .direct-purchase {
  width: 100%;
  text-align: center;
}

#sub_content #handbag-splits .new-handbag h2, #sub_content #handbag-splits .direct-purchase h2 {
  width: 100%;
  color: #e9138c;
  border-bottom: 1px solid #000;
  padding: 10px;
  background-color: transparent;
}

#sub_content #handbag-splits .new-handbag h3, #sub_content #handbag-splits .direct-purchase h3, #sub_content #handbag-splits .new-handbag p, #sub_content #handbag-splits .direct-purchase p {
  font-weight: 300;
  font-size: 16px;
}

#sub_content .trending-item h2, #sub_content .trending-item p {
  font-size: 16px;
  background-color: transparent;
  color: #000;
  text-align: left;
}

#sub_content .trending-item p {
  font-weight: 300;
}

#sub_content .trending-item p.date {
  color: #e9138c;
  padding-bottom: 15px;
  border-bottom: 1px solid #888;
  margin-bottom: 15px;
}

#sub_content .trending-item .trend-btn {
  background-color: #e9138c;
  display: block;
  width: 100px;
  text-align: center;
  margin-bottom: 15px;
  color: #fff;
  text-transform: uppercase;
  padding: 4px;
}

#shop p.btn-pink {
  background-color: #e9138c;
  padding: 0;
  margin: 0 0 10px 0;
  width: 100%;
  border-radius: 0px;
}

#shop p.btn-pink a {
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
}

.gallery_item_title {
  padding-top: 5px;
  padding-bottom: 5px;
  height: 75px;
  text-align: center;
}

#sub_content #gallery_text h2 {
  background-color: transparent;
  color: #000;
}

#sub_content #gallery_text h2.product-name {
  border-bottom: 1px solid #888;
  font-size: 22px;
  /* text-transform: none; */
  text-align: left;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

#sub_content #gallery_text p {
  font-size: 20px;
  font-weight: 300;
}

#sub_content .buy-now h2, #sub_content .buy-now h3 {
  text-align: left;
  font-size: 20px;
  font-weight: 300;
  text-transform: none;
}

#sub_content .buy-now h3 .pink-price {
  color: #e9138c;
  font-weight: 400;
}

#sub_content #gallery_text #previous .btn-pink, #sub_content #gallery_text #next .btn-pink {
  background-color: #e9138c;
  padding: 0;
  margin: 0;
  width: 100%;
  border-radius: 0px;
}

#sub_content #gallery_text #previous .btn-pink a, #sub_content #gallery_text #next .btn-pink a {
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
}

#sub_content #gallery_text #previous {
  border-bottom: 1px solid #888;
}

/* Footer Styles */
footer#main {
  background-color: #000;
  color: #fff;
}

footer#main a {
  color: #fff;
  text-decoration: underline;
}

footer#main .copy-info {
  border-top: solid 1px #e9138c;
  padding-top: 10px;
  padding-bottom: 10px;
}

#page_trending .trending-item {
  clear: both;
  overflow: auto;
}

#page_trending .left {
  width: 200px;
  float: left;
}

#page_trending .right {
  float: right;
}

.active a {
  color: #E9138C !important;
}

.gallery_item {
  height: 277px;
}

@media (min-width: 480px) {
  .shop-holder {
    height: 345px;
  }

  .trend-banner {
    height: 345px;
  }
}
@media (min-width: 768px) {
  #info {
    display: block;
  }

  #info p {
    font-size: 16px;
  }

  #info-mobile {
    display: none;
  }

  #signup > div:not(.submit-container) {
    width: 35%;
    margin-right: 3%;
  }

  .nav-links {
    height: 30px;
  }

  .navbar-nav {
    width: 718px;
    margin-left: -30px;
  }

  .navbar-nav {
    text-align: center;
  }

  .navbar-nav > li {
    display: inline-block;
    float: none;
  }

  .navbar-brand img {
    margin: 0 auto;
    max-width: 500px;
  }

  #slideshow_wrap p {
    font-size: 24px;
    line-height: 30px;
  }

  #slideshow_wrap p.line1 {
    margin-top: -54px;
  }

  #slideshow_wrap p.line3 {
    margin-top: 26px;
  }

  .feature-link {
    display: block;
    margin-bottom: 15px;
  }

  h2.pink-bar {
    font-size: 32px;
  }

  #sub_content #whats-new h2.pink-bar {
    font-size: 22px;
  }

  .shop-holder h2 {
    font-size: 20px;
    line-height: 26px;
  }

  .shop-holder p.shop-price {
    font-size: 22px;
    line-height: 26px;
    width: 100%;
    text-align: center;
  }

  .pink-box h2 {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
  }

  #sub_content .pink-box p.btn {
    margin: 4px 0;
    width: 100%;
  }

  .trend-banner {
    height: 345px;
  }

  .feature-ad .feature-ad-text h2 {
    font-size: 24px;
    line-height: 30px;
  }

  #whats-new .text_container h3 {
    font-size: 22px;
  }

  #whats-new .text_container p {
    font-size: 22px;
  }

  #whats-new p.btn {
    font-size: 22px;
  }

  #sub_content #whats-new .text_container h3 {
    font-size: 16px;
  }

  #sub_content #whats-new .text_container p {
    font-size: 16px;
  }

  #sub_content #whats-new p.btn {
    font-size: 16px;
  }

  #shop p.btn-pink {
    width: auto;
    float: left;
    margin: 10px 2px 10px 0;
    padding: 2px 4px;
  }

  footer#main .copy-info {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .ptc {
    width: 82px;
    float: right;
  }

  #lady {
    background-size: 164px;
    width: 125px;
    height: 306px;
    bottom: 0px;
  }

  #sub_content #lady {
    background-size: 140px;
    width: 108px;
    height: 234px;
    bottom: 50px;
  }

  #sub_content .trending-item h2, #sub_content .trending-item p {
    font-size: 22px;
  }

  #sub_content .trend-article img {
    display: block;
    max-width: 100%;
    height: auto;
  }

  #sub_content #gallery_text #previous .btn-pink, #sub_content #gallery_text #next .btn-pink {
    display: inline-block;
    width: auto;
  }

  #sub_content #gallery_text #previous .btn-pink a, #sub_content #gallery_text #next .btn-pink a {
    display: block;
    width: auto;
  }

  #sub_content #gallery_text #previous {
    border-bottom: none;
  }
}
@media (min-width: 992px) {
  .ad {
    float: right;
    margin-top: -46px;
  }

  .navbar-nav {
    width: 942px;
    margin-left: -30px;
  }

  .navbar-nav > li {
    font-size: 24px;
  }

  .navbar-brand img {
    margin: 0;
    max-width: 500px;
  }

  .feature-ad .feature-ad-text h2 {
    font-size: 36px;
    line-height: 42px;
  }

  .pink-box p.btn a {
    font-size: 20px;
  }

  .black-box input[type=text] {
    width: 35%;
    margin-right: 3%;
  }

  .black-box input[type=submit] {
    width: 60px;
    float: right;
  }

  #whats-new p.btn {
    font-size: 22px;
  }

  #whats-new .text_container {
    border-bottom: dotted 2px #e9138c;
    padding: 5px 160px 5px 0px;
  }

  #whats-new .text_container {
    border-bottom: dotted 2px #e9138c;
    padding: 5px 100px 5px 0px;
  }

  #sub_content #whats-new .text_container h3 {
    font-size: 22px;
  }

  #sub_content #whats-new .text_container p {
    font-size: 22px;
  }

  #sub_content .black-box input[type=text] {
    padding: 4px 6px;
    width: 100%;
    margin-bottom: 10px;
  }

  #sub_content .black-box {
    float: left;
  }

  #sub_content .black-box input[type=submit] {
    width: 60px;
    float: left;
  }

  #sub_content #whats-new p.btn {
    font-size: 22px;
  }

  #lady {
    background-size: 181px;
    width: 149px;
    height: 347px;
  }

  #sub_content #lady {
    background-size: 140px;
    width: 108px;
    height: 234px;
    bottom: 50px;
  }

  #signup {
    /*padding: 30px;*/
  }

  #signup h2 {
    float: left;
    line-height: 29px;
    margin-right: 5px;
  }

  #signup > div:not(.submit-container) {
    width: 29%;
    margin-right: 3%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .navbar-nav {
    width: 1140px;
    margin-left: -30px;
  }

  #info p {
    font-size: 18px;
  }

  #slideshow_wrap p {
    font-size: 32px;
    line-height: 36px;
  }

  #slideshow_wrap p.line1 {
    margin-top: -60px;
  }

  #slideshow_wrap p.line3 {
    margin-top: 32px;
  }

  .trend-banner {
    height: 395px;
  }

  h2.trending-header {
    font-size: 36px;
    line-height: 40px;
  }

  .ad {
    margin-top: -54px;
  }

  h2.pink-bar {
    font-size: 34px;
  }

  p.trending-text {
    font-size: 18px;
    line-height: 32px;
  }

  .feature-ad p.btn-pink {
    width: 200px;
  }

  .feature-ad p.btn-pink a {
    font-size: 16px;
  }

  .pink-box h2 {
    font-size: 30px;
  }

  .pink-box p.hours {
    font-size: 30px;
  }

  .black-box {
    padding: 59px;
    margin-bottom: 5px;
  }

  .black-box h2 {
    font-size: 24px;
  }

  .black-box input[type=text] {
    font-size: 20px;
  }

  .black-box input[type=submit] {
    font-size: 20px;
  }

  #signup {
    /*padding: 36px;*/
  }

  #signup h2 {
    font-size: 24px;
    line-height: 32px;
    margin-right: 10px;
  }

  #signup > div:not(.submit-container) {
    font-size: 20px;
    width: 26%;
    margin-right: 2%;
  }

  #signup input[type=submit] {
    width: 85px;
    font-size: 21px;
  }

  footer#main .copy-info {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  #lady {
    background-size: 210px;
    width: 212px;
    height: 361px;
    right: -60px;
  }

  #sub_content #lady {
    background-size: 160px;
    width: 160px;
    height: 268px;
    bottom: 50px;
    right: -60px;
  }

  #sub_content #handbag-splits {
    border: 3px solid #000;
    width: 100%;
    margin-bottom: 15px;
    float: left;
  }

  #sub_content #handbag-splits .new-handbag {
    width: 46%;
    text-align: right;
    float: left;
  }

  #sub_content #handbag-splits .or-center {
    width: 8%;
    text-align: center;
    float: left;
  }

  #sub_content #handbag-splits .or-center h2 {
    color: #000;
    margin-top: 40px;
    background-color: transparent;
  }

  #sub_content #handbag-splits .direct-purchase {
    width: 46%;
    text-align: left;
    float: right;
  }

  #sub_content #handbag-splits .new-handbag h2, #sub_content #handbag-splits .direct-purchase h2 {
    width: 100%;
    color: #e9138c;
    border-bottom: 1px solid #000;
    padding: 10px;
    background-color: transparent;
    font-size: 17px;
  }

  #sub_content #handbag-splits .new-handbag h2 {
    padding-right: 0px;
    text-align: right;
  }

  #sub_content #handbag-splits .direct-purchase h2 {
    padding-left: 0px;
    text-align: left;
  }

  #sub_content #handbag-splits .new-handbag h3, #sub_content #handbag-splits .direct-purchase h3, #sub_content #handbag-splits .new-handbag p, #sub_content #handbag-splits .direct-purchase p {
    font-weight: 300;
    font-size: 16px;
  }

  .furniture {
    min-width: 180px;
    min-height: 180px;
    padding: 20px;
  }

  .furniture h2 {
    font-size: 22px;
    width: 130px;
    line-height: 28px;
  }
}
#slideshow_wrap {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-brand > img {
  margin-left: auto;
  margin-right: auto;
}

/*# sourceMappingURL=style.css.map */
