.beta-notice {
  background-color: #5cb85c;
  padding: 5px;
  margin-bottom: 0;
  color: white;
  font-weight: bold; }

html {
  max-width: 100%;
  overflow-x: hidden; }

body {
  background-color: #fafafa !important;
  padding-right: 0 !important;
  font-family: 'Poppins', sans-serif; }

.body-content {
  padding-top: 90px; }

#back_to_top {
  border-radius: 15px;
  box-shadow: 0 0 5px white;
  position: fixed;
  bottom: 15px;
  width: 150px;
  z-index: 9999999;
  text-align: center;
  padding: 15px;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  color: white;
  transition: 0.25s all;
  margin: 10px -75px; }
  #back_to_top:hover {
    background-color: rgba(0, 0, 0, 0.5); }

.summarized {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.store_banner {
  background-position: center center !important;
  background-size: cover !important;
  padding: 15% 50%; }

.photo-square {
  padding: 0 0 100% 0;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important; }

.profile-photo {
  border-radius: 50%;
  border: 2px solid white; }

.product_image_description {
  position: absolute;
  left: 0;
  right: 0;
  -webkit-box-pack: center;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% - 30px);
  top: 0;
  background-color: rgba(0, 0, 0, 0.65);
  opacity: 0;
  bottom: 0;
  color: white;
  transition: 0.25s all;
  height: calc(100%);
  cursor: pointer; }
  .product_image_description #product-name {
    font-weight: bold;
    font-size: 110%; }
  .product_image_description:hover {
    opacity: 1; }

footer nav {
  background-color: transparent !important;
  padding: 10px 0; }

.clear-border-background {
  border-radius: 0 !important;
  background-color: transparent !important;
  border: 0;
  box-shadow: none; }

.separator {
  padding-bottom: 15px; }

.profile-picture-holder {
  padding: 0 20%;
  margin: -6px -10px -6px 0; }

footer {
  margin-top: 30px;
  margin-bottom: 15px; }
  footer a {
    color: #003569 !important;
    text-decoration: none !important;
    font-weight: bold !important;
    margin-right: 15px; }
  footer a:last-child {
    margin-right: 0 !important; }
  footer span {
    color: black !important;
    text-decoration: none !important;
    font-weight: bold !important; }
  footer .col-sm-3 {
    text-align: right; }

.navbar-nav {
  margin: 0 -15px; }

nav.navbar.navbar-default {
  background-color: white;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 0; }
  nav.navbar.navbar-default .navbar-header, nav.navbar.navbar-default .navbar-nav {
    padding: 10px 0; }
  nav.navbar.navbar-default #site_logo {
    position: absolute;
    height: 50px;
    margin-top: -15px; }

.section-title {
  text-transform: uppercase;
  font-weight: bold;
  color: #003569 !important;
  cursor: default; }

#profile-picture-username {
  margin-top: 15px;
  padding: 0 15px;
  margin-bottom: 10px; }
  #profile-picture-username #username-display {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.5em; }
  #profile-picture-username #profile-picture {
    height: 80px;
    width: 80px;
    display: inline-block;
    vertical-align: middle;
    margin: -10px 29px -10px calc(100% - 30px - 66.666% - 70px);
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    border-radius: 50%;
    cursor: pointer; }

.sm-screen {
  display: none; }

h1 {
  font-size: 24px; }

ol.lower-alpha {
  list-style-type: lower-alpha; }

ol.lower-roman {
  list-style-type: lower-roman; }

textarea {
  max-width: 100%;
  min-height: 150px; }

.help-block {
  margin-bottom: 0 !important; }

#address span {
  display: block; }

.product_price {
  font-weight: bold; }

.product_not_available {
  background-color: #3c763d;
  color: white;
  padding: 5px; }

#large_preview.product-image {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

h1.product-name {
  font-weight: bold;
  font-size: 225%; }

#country-flag {
  height: 30px;
  margin-left: 5px;
  margin-top: -10px;
  margin-bottom: -5px; }

.product_image_description .desc_holder {
  text-align: center;
  margin: 2.5%; }
  .product_image_description .desc_holder #product-name {
    display: block;
    width: 100%; }
  .product_image_description .desc_holder #price small {
    font-size: 80%; }

.carousel-control {
  background: transparent !important; }

#product-image-upload-list {
  margin-top: -12px; }
  #product-image-upload-list .col-xs-4 {
    margin-top: 12px; }
  #product-image-upload-list .col-xs-4:nth-child(3n+1) {
    padding-right: 3px;
    padding-left: 15px; }
  #product-image-upload-list .col-xs-4:nth-child(3n+2) {
    padding-right: 9px;
    padding-left: 9px; }
  #product-image-upload-list .col-xs-4:nth-child(3n+3) {
    padding-right: 15px;
    padding-left: 3px; }

.hidden {
  margin: 0 !important;
  padding: 0 !important; }

#store-contact-information {
  background-color: #f0f0f0;
  padding: 20px 30%;
  margin-bottom: 30px;
  margin-left: -30% !important;
  margin-right: -30% !important; }

.no-side-margin {
  margin-left: -15px !important;
  margin-right: -15px !important; }

#contact-information img {
  height: 24px;
  margin: 5px 5px 5px 0;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top; }

#contact-information .info-title {
  font-weight: 700 !important; }

#contact-information .info-detail {
  max-width: calc(100% - 35px);
  display: inline-block;
  vertical-align: top; }

#contact-information #social-list span {
  margin-right: 5px;
  display: inline-block; }

#contact-information #social-list a {
  text-decoration: none; }

#store-badges {
  display: none; }
  #store-badges .badge {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    padding: 50% 50%; }

.page-title {
  font-weight: bold; }

.store_banner_upload_loading {
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  vertical-align: middle;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  color: black;
  position: absolute;
  top: 0;
  left: 15px;
  width: calc(100% - 30px); }
  .store_banner_upload_loading i {
    zoom: 1.25; }

#url-message {
  color: #a94442 !important; }

.product-upload-loading {
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  vertical-align: middle;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  color: black;
  position: absolute;
  width: calc(100% - 18px); }

#construction_notice {
  background: url("/img/construction.svg");
  padding-bottom: 60%;
  width: 70%;
  margin: 0 15%;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important; }

#landing-form .text-danger {
  color: red !important; }

#landing-form input {
  text-align: center; }

#landing-form .panel-default {
  border-color: transparent !important; }

#landing-form .panel {
  background-color: #f0f0f0;
  padding: 10px; }

#landing-form .panel-heading {
  color: #003569;
  font-weight: bold;
  background-color: transparent !important;
  border-color: transparent !important;
  font-size: 1.25em; }

#market_place {
  padding-top: 15px; }
  #market_place .item-holder {
    margin-bottom: 15px;
    border: 0; }
    #market_place .item-holder a {
      text-decoration: none; }
    #market_place .item-holder .background {
      background-color: white;
      height: 100%;
      position: absolute;
      width: calc(100% - 30px);
      z-index: -1;
      border: 1px solid #efefef; }
    #market_place .item-holder .product-image {
      margin: 0.5px;
      -ms-flex: 5;
      flex: 5;
      width: 100%; }
      #market_place .item-holder .product-image .photo-square {
        width: calc(65% - 38px);
        padding-bottom: calc(65% - 38px) !important; }
  #market_place .product-detail {
    margin-left: calc(-35% - 27px);
    right: 15px;
    -ms-flex: 3;
    flex: 3;
    position: absolute;
    height: 100%;
    transition: 0.25s all;
    border-top: 1px solid #efefef;
    zoom: 1;
    width: calc(35% + 27px);
    border-left: 1px solid #efefef; }
    #market_place .product-detail .product-name {
      font-weight: bold;
      font-size: 110%;
      padding: 15px;
      padding-bottom: 0;
      margin-bottom: 7px; }
    #market_place .product-detail .product-desc {
      font-size: 90%;
      text-overflow: ellipsis;
      overflow: hidden;
      padding: 15px;
      height: calc(100% - 50px - 156px);
      margin-bottom: 15px; }
    #market_place .product-detail .product-price {
      margin-top: 15px;
      margin-left: 15px; }
    #market_place .product-detail .load-more {
      border-top: 1px solid #efefef;
      padding-top: 13px; }
  #market_place .shop-header-sm {
    padding: 15px;
    border-bottom: 1px solid #efefef; }
    #market_place .shop-header-sm #profile-picture {
      margin-left: 5px;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      display: inline-block;
      background-size: cover !important;
      background-repeat: no-repeat !important;
      background-position: center center !important;
      vertical-align: middle; }
    #market_place .shop-header-sm #store-name {
      display: inline-block;
      font-weight: bold;
      vertical-align: top;
      margin-top: 14px;
      margin-left: 5px;
      width: calc(100% - 35px - 29px);
      word-break: break-all;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      color: black; }

.home-page-row {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 30%;
  padding-right: 30%;
  margin-left: calc(-30% - 15px) !important;
  margin-right: calc(-30% - 15px) !important; }
  .home-page-row .img-logo {
    height: 100px;
    width: 100px;
    margin: 0 auto; }
  .home-page-row .home-page-title {
    font-weight: bold;
    padding-bottom: 10px; }
  .home-page-row .flex-box {
    display: table;
    height: 100px;
    padding: auto 0; }
    .home-page-row .flex-box .home-page-title {
      display: table-cell;
      vertical-align: bottom; }
    .home-page-row .flex-box .home-page-content {
      display: table-row; }

.home-page-row.striped {
  background-color: #f0f0f0; }

.errors_image {
  padding-bottom: 60%;
  width: 70%;
  margin: 0 15%;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important; }

.flex-parent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: start; }

#store-detail {
  margin-bottom: 20px; }
  #store-detail #store-description.text-center {
    text-align: justify !important; }

#contact-data > .col-sm-7 {
  height: 34px; }

.title-helper {
  font-size: 95%;
  text-align: justify; }
  .title-helper.note {
    color: grey; }
    .title-helper.note:before {
      content: '* '; }

#profile-picture-holder #profile-picture {
  padding-bottom: 100%;
  border-radius: 50%;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important; }

#profile-picture-holder .profile_pic_upload_loading {
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  vertical-align: middle;
  height: 100%;
  width: calc(100% - 30px);
  position: absolute;
  background-color: rgba(255, 255, 255, 0.75);
  color: black;
  border-radius: 50%; }

.saving-info {
  display: none;
  margin-left: 5px; }

div#section-navigator .list-group-item {
  margin-top: 13.5px;
  display: inline-block;
  color: grey;
  background-color: #f0f0f0;
  border: 0;
  border-radius: 0;
  padding: 10px 25px;
  transition: 0.25s all; }

div#section-navigator .list-group-item.active {
  color: black;
  border-radius: 0 !important;
  font-weight: bold;
  background-color: #e0e0e0; }

div#section-navigator .list-group-item:hover {
  color: black;
  font-weight: bold;
  background-color: #e0e0e0;
  border-radius: 0 !important; }

div#section-navigator i {
  display: none; }

.setting-page-title {
  padding-bottom: 15px; }
  @media (min-width: 768px) {
    .setting-page-title .page-title {
      text-align: right; } }

.setting-section {
  margin-bottom: 35px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f0f0f0; }

.setting-section:last-child {
  border-bottom: 0; }

.message-box {
  margin-bottom: 30px; }
  .message-box i {
    zoom: 2.5;
    vertical-align: middle; }

.dropdown-header {
  color: #003569;
  font-weight: bold;
  font-size: 10px;
  margin-left: -5px;
  text-transform: uppercase; }

.out-of-stock {
  background: url("/img/watermark_bg.svg");
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: absolute;
  z-index: 2;
  width: 80px;
  right: 10px;
  top: 10px;
  color: white;
  height: 80px;
  font-size: 10px;
  vertical-align: middle;
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  text-align: center;
  border-radius: 50%; }

.text-white {
  color: white !important; }

.site-header {
  padding: 12%;
  background: url("/img/site-heading.svg");
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important; }

.vertical-middle {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- */
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center; }

.product-product-information {
  padding: 30px 0 15px 0;
  padding-right: 15px; }

.product-product-background {
  position: absolute;
  height: calc(100% + 0px);
  width: 160%;
  z-index: -1;
  margin: 0 -30%; }

#other_product_list h4 {
  padding-top: 20px; }

#product-image-carousel {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px; }

.social-media-sharing {
  margin-bottom: 20px; }
  .social-media-sharing span {
    margin-right: 5px; }
  .social-media-sharing a {
    text-decoration: none; }
    .social-media-sharing a img {
      height: 35px; }
    .social-media-sharing a img:hover {
      -webkit-filter: grayscale(0%);
      -webkit-transition: .25s ease-in-out;
      -moz-filter: grayscale(0%);
      -moz-transition: .25s ease-in-out;
      -o-filter: grayscale(0%);
      -o-transition: .25s ease-in-out; }
    .social-media-sharing a img {
      -webkit-filter: grayscale(100%);
      -webkit-transition: .25s ease-in-out;
      -moz-filter: grayscale(100%);
      -moz-transition: .25s ease-in-out;
      -o-filter: grayscale(100%);
      -o-transition: .25s ease-in-out; }

#product-image-list .product-image {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

@media (min-width: 1200px) {
  #store_page_banner .store_banner {
    margin-top: -20px;
    margin-left: calc(-16.666666666667% - 23px - 8.33333333%);
    width: calc(100% + 16.66666667% + 22.5px + 8.333333% + 16.66666667% + 23.5px + 8.333333%);
    padding-top: 31.6%; } }

@media (max-width: 1199px) and (min-width: 992px) {
  #store_page_banner .store_banner {
    margin-top: -20px;
    margin-left: calc(-32px - 8.33333333%);
    width: calc(100% + 32.5px + 8.333333% + 32.5px + 8.333333%);
    padding-top: 22.4%; } }

.store-profile-pic div {
  padding-bottom: calc(100% - 16px);
  margin-top: -75px;
  border: 8px solid #fafafa; }

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  background: #29d;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px; }

#marketplace .market_product_image {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  padding-bottom: 100%;
  margin-bottom: 30px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border: 0; }

#marketplace .market_store_image {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  padding: calc(25% - 7.5px) 50%;
  margin-bottom: 30px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border: 0; }

#marketplace .market_product_image_large {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  padding-bottom: 100%;
  margin-bottom: 30px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border: 0;
  border-radius: 50%; }
  #marketplace .market_product_image_large + .market_desc {
    border-radius: 50% !important; }

#marketplace .market_desc {
  position: absolute;
  left: 0;
  right: 0;
  -webkit-box-pack: center;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% - 30px);
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  bottom: 15px;
  color: white;
  transition: 0.25s all;
  height: calc(100% - 30px);
  cursor: pointer; }
  #marketplace .market_desc:hover {
    opacity: 1 !important; }

#marketplace .market_desc_holder {
  text-align: center;
  margin: 2.5%; }
  #marketplace .market_desc_holder #market_item_name {
    display: block;
    font-weight: bold;
    font-size: 125%;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }

#product_preview .preview-large {
  transition: 0.25s all;
  margin-bottom: 30px;
  border: 1px solid #eee; }
  #product_preview .preview-large:after {
    content: '';
    display: inline-block;
    width: calc(100% - 30px);
    height: 10px;
    background: url("/img/holder-shadow.png") no-repeat 0 center;
    background-size: 100% auto;
    position: absolute;
    left: 15px;
    bottom: 20px; }
    @media (max-width: 767px) {
      #product_preview .preview-large:after {
        bottom: 5px; } }

#product_preview .preview-small {
  border: 1px solid #eee;
  margin-bottom: 15px; }
  #product_preview .preview-small.active {
    border: 1px solid grey; }
    @media (max-width: 767px) {
      #product_preview .preview-small.active {
        border: 0 !important; } }
  #product_preview .preview-small:after {
    content: '';
    display: inline-block;
    width: calc(100% - 30px);
    height: 10px;
    background: url("/img/holder-shadow.png") no-repeat 0 center;
    background-size: 100% auto;
    position: absolute;
    left: 15px;
    bottom: 10px; }
    @media (max-width: 767px) {
      #product_preview .preview-small:after {
        bottom: 5px; } }

#product_preview_large {
  margin-bottom: 15px; }

#product_image_selection .col-sm-6 {
  margin-bottom: 30px; }

#product_image_selection .product-image.active {
  outline: 2px solid #337ab7; }

#product_header_description {
  margin-bottom: 20px; }
  #product_header_description span {
    height: 25px;
    width: 25px;
    margin-bottom: -7.5px;
    margin-left: 5px;
    margin-top: -2.5px;
    display: inline-block;
    background-size: cover !important;
    background-position: center center !important;
    border-radius: 50%;
    border: 1px solid #d0d0d0; }
  #product_header_description a {
    text-decoration: none; }

#product_product_detail {
  padding: 0 calc(30% - 15px);
  margin: 30px -30%;
  margin-bottom: 15px;
  padding-bottom: 15px;
  background-color: #f0f0f0; }

.product-product-pricing {
  padding-top: 30px; }

.contact-seller-for-purchase {
  font-size: 12px;
  color: #003569 !important;
  font-weight: bold; }

#landing_column {
  height: 620px; }
  #landing_column .site-header {
    margin: 20px 0; }
  #landing_column .cover-background {
    position: absolute;
    z-index: -1;
    height: 620px;
    width: 100%;
    top: 0;
    right: 0;
    padding-right: 50px;
    background-position: center right !important;
    background-repeat: no-repeat !important;
    background-size: cover !important; }
  #landing_column #login_form, #landing_column #register_form {
    margin: 0 auto;
    height: 498px; }
    #landing_column #login_form .panel.panel-default, #landing_column #register_form .panel.panel-default {
      height: 100%;
      border-radius: 0;
      box-shadow: none; }

#landing_page_heading {
  margin-top: 20px;
  margin-bottom: 20px; }

.store_page #store-banner {
  border-bottom: 1px solid #d0d0d0; }

.store_page .store_section_title {
  font-weight: bold;
  text-transform: uppercase;
  color: grey;
  padding: 7px 10px;
  text-align: center;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0; }

.store_page #store_store_info {
  padding-bottom: 20px;
  margin-top: -14px; }
  .store_page #store_store_info #store_profile_picture {
    padding-bottom: calc(100% - 14px);
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    margin-top: -45%;
    border: 7px solid #fafafa;
    margin-bottom: -10px;
    box-shadow: 0 0 5px grey; }
  .store_page #store_store_info #store_store_title {
    margin-bottom: 2px; }
  .store_page #store_store_info #store_store_url {
    font-size: 80%; }
  .store_page #store_store_info #store_store_description {
    font-size: 95%; }
  .store_page #store_store_info .store_contact_channel {
    font-size: 90%;
    margin-bottom: 5px; }
    .store_page #store_store_info .store_contact_channel img {
      vertical-align: middle;
      display: inline-block;
      height: 25px; }
    .store_page #store_store_info .store_contact_channel span {
      height: 25px;
      padding: 3px 10px;
      display: inline-block;
      font-weight: bold;
      vertical-align: middle;
      width: calc(100% - 27px);
      margin-left: -3px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
      .store_page #store_store_info .store_contact_channel span.whatsapp-color {
        background-color: #2C910A;
        color: white; }
      .store_page #store_store_info .store_contact_channel span.facebook-color {
        color: white; }
      .store_page #store_store_info .store_contact_channel span.youtube-color {
        color: white;
        background-color: #AF2210; }
      .store_page #store_store_info .store_contact_channel span.wechat-color {
        color: white;
        background-color: #049E07; }
      .store_page #store_store_info .store_contact_channel span.twitter-color {
        color: white;
        background-color: #16A0C1; }
      .store_page #store_store_info .store_contact_channel span.phone-color {
        color: white;
        background-color: #4E3068; }

.store_page #store_item_listing .no-result {
  padding: 7px 15px; }

#product-listing-lg .product-holder {
  margin-bottom: 30px; }

.big_section_title {
  margin-bottom: 10px;
  text-align: center; }
  .big_section_title:before {
    content: "";
    position: absolute;
    top: .625em;
    left: 15px;
    width: calc(100% - 30px);
    height: 3px;
    background: grey;
    border-bottom: 1px solid #fff;
    z-index: -5; }
  .big_section_title span {
    background: #fafafa;
    position: relative;
    z-index: 1;
    font-weight: bold;
    color: grey;
    padding: 10px 10px;
    font-size: 125%; }

#auth_page .sub_heading {
  margin-top: -13px;
  color: grey;
  margin-bottom: 25px; }

#auth_page #login_panel {
  background-color: white;
  padding: 20px 35px;
  border: 1px solid #f0f0f0;
  max-width: 450px;
  margin: 0 auto; }
  #auth_page #login_panel .subtitle {
    font-size: 125%;
    margin-bottom: 15px;
    font-weight: bold;
    padding: 10px 0; }
  #auth_page #login_panel .section-separator hr {
    border: 0;
    border-top: 1px solid #ccc; }
  #auth_page #login_panel .section-separator span {
    margin-top: -33px;
    margin-bottom: 25px;
    display: block;
    text-align: center;
    background-color: white;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 125%;
    font-weight: bold; }

.social-status-btn {
  display: inline-block;
  padding: 7px;
  font-weight: bold; }

.table-responsive {
  overflow-x: inherit !important; }

.note-editor .modal-body .form-group {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.note-editor .modal.in {
  padding-right: 0 !important; }

#landing_footer {
  background-color: #1d164e; }
  #landing_footer a, #landing_footer span {
    color: white !important; }

#store_fashemag_article_list li {
  margin-bottom: 7px; }

#store_fashemag_article_list a {
  text-decoration: none; }

#store_fashemag_article_list #pic {
  display: inline-block; }
  #store_fashemag_article_list #pic div {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    height: 75px;
    width: 75px; }

#store_fashemag_article_list #content {
  display: inline-block;
  margin-left: 5px;
  width: calc(100% - 75px - 10px);
  vertical-align: top;
  height: 65px;
  margin-top: 10px; }
  #store_fashemag_article_list #content #title {
    color: black;
    font-weight: bold; }
  #store_fashemag_article_list #content #subtitle {
    color: grey;
    font-size: 90%;
    margin-top: -5px;
    height: 20px; }

nav.navbar.navbar-default li a {
  color: grey;
  transition: 0.25s all; }
  nav.navbar.navbar-default li a:hover {
    color: black;
    background-color: #e0e0e0; }

.card {
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .card {
      padding: 15px 15px;
      background-color: transparent;
      border: 0 !important;
      margin: 0 -15px;
      border-radius: 0; } }
  .card .card-toolbar {
    background-color: #f0f0f0;
    padding: 15px;
    margin-bottom: 15px; }
    .card .card-toolbar .btn {
      border-radius: 0;
      margin-bottom: 15px; }
  .card .panel {
    background-color: transparent;
    border: 0; }
    .card .panel .panel-heading {
      padding: 0 0 10px;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
    .card .panel .panel-body {
      border: 1px solid #ddd;
      background-color: white; }
      .card .panel .panel-body .table-responsive {
        padding: 15px 0; }
  .card .card-title {
    font-size: 150%;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 20px;
    color: grey; }
    .card .card-title.underlined {
      border-bottom: 1px solid #efefef;
      padding-bottom: 10px; }
    .card .card-title.big {
      font-size: 180%; }

.card-type-title {
  font-size: 150%;
  font-weight: bold;
  border-bottom: 1px solid #efefef;
  padding-bottom: 10px;
  margin-bottom: 15px;
  color: grey; }
  @media (max-width: 767px) {
    .card-type-title {
      margin-top: 15px; } }

#social-media-sharing-vertical {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  #social-media-sharing-vertical a {
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 10px; }
    #social-media-sharing-vertical a img {
      width: 100%; }

.address-list-holder {
  margin-bottom: 15px; }
  .address-list-holder .address-type {
    color: grey; }
  .address-list-holder .address {
    margin-bottom: 15px; }

#load_next_page {
  text-align: center;
  font-weight: bold;
  padding: 20px 15px;
  transition: 0.25s all;
  border: 1px solid #f0f0f0;
  background-color: #f0f0f0;
  margin-bottom: 15px;
  color: grey; }
  #load_next_page:hover {
    background-color: #d0d0d0; }
  @media (max-width: 767px) {
    #load_next_page {
      padding: 7px 15px !important; } }

.sharethis {
  margin-bottom: 15px; }
  .sharethis.card {
    margin-bottom: 0; }
  .sharethis span {
    margin-bottom: 7px; }

#display_price {
  font-weight: bold;
  margin-bottom: 0;
  color: green; }
  #display_price .symbol {
    font-size: 150%; }
  #display_price .number {
    font-size: 225%; }

#ori_price {
  color: grey; }

.location-map {
  margin-bottom: 15px;
  border: 1px solid #f0f0f0; }

.product-list .product {
  transition: 0.25s all;
  border: 1px solid #eee;
  margin-bottom: 30px; }
  .product-list .product:after {
    content: '';
    display: inline-block;
    width: calc(100% - 30px);
    height: 10px;
    background: url("/img/holder-shadow.png") no-repeat 0 center;
    background-size: 100% auto;
    position: absolute;
    left: 15px;
    bottom: 20px; }
    @media (max-width: 767px) {
      .product-list .product:after {
        bottom: 5px; } }
  .product-list .product:hover {
    border: 1px solid grey; }
    .product-list .product:hover .product-image {
      background-size: 125% !important; }
  .product-list .product .product-image-holder {
    overflow: hidden; }
    .product-list .product .product-image-holder .product-image {
      transition: 0.75s all;
      padding-top: 100%;
      background-size: cover !important;
      background-position: center !important; }
      .product-list .product .product-image-holder .product-image:hover {
        transform: scale(1.05); }
  .product-list .product .product-detail {
    padding: 15px 15px; }
    @media (max-width: 767px) {
      .product-list .product .product-detail {
        margin-left: -30px;
        padding: 10px 15px; } }
    .product-list .product .product-detail .product-name {
      font-size: 120%;
      margin-bottom: 5px;
      font-weight: bold;
      color: black; }
    .product-list .product .product-detail .product-description {
      color: grey;
      font-size: 90%;
      margin-bottom: 7px; }
    .product-list .product .product-detail .product-pricing {
      margin-bottom: 7px;
      color: green;
      font-weight: bold; }
      .product-list .product .product-detail .product-pricing .currency {
        position: relative;
        line-height: 0;
        vertical-align: baseline;
        top: -0.4em;
        font-size: 80%; }
      .product-list .product .product-detail .product-pricing .amount {
        font-size: 115%; }
    .product-list .product .product-detail .product-availability {
      font-size: 90%;
      color: grey;
      margin-bottom: 0; }
  @media (max-width: 767px) {
    .product-list .product {
      margin-bottom: 15px; } }

.article-list a {
  display: block;
  text-decoration: none; }
  .article-list a .article {
    margin-bottom: 15px; }
    .article-list a .article .cover-photo {
      padding: 35% 50%;
      background-size: cover !important;
      background-position: center !important; }
    .article-list a .article .article-title {
      font-weight: bold;
      font-size: 100%;
      color: black;
      padding: 15px 0; }
    .article-list a .article .article-subtitle {
      color: grey; }

.article-list _.article {
  margin-bottom: 30px;
  transition: 0.25s all;
  outline: 1px solid #eee; }
  @media (max-width: 767px) {
    .article-list _.article {
      margin-bottom: 15px; } }
  .article-list _.article:after {
    content: '';
    display: inline-block;
    width: calc(100% - 30px);
    height: 10px;
    background: url("/img/holder-shadow.png") no-repeat 0 center;
    background-size: 100% auto;
    position: absolute;
    left: 15px;
    bottom: 20px; }
    @media (max-width: 767px) {
      .article-list _.article:after {
        bottom: 5px; } }
  .article-list _.article:hover {
    outline: 1px solid grey; }
    .article-list _.article:hover .cover-photo {
      background-size: 125% !important; }
  .article-list _.article .cover-photo-holder {
    overflow: hidden; }
    .article-list _.article .cover-photo-holder .cover-photo {
      transition: 0.75s all;
      padding: 15% 50%;
      background-size: cover !important;
      background-position: center !important; }
      .article-list _.article .cover-photo-holder .cover-photo:hover {
        transform: scale(1.05); }
  .article-list _.article .article-detail {
    padding: 15px 15px; }
    .article-list _.article .article-detail .article-title {
      font-weight: bold;
      font-size: 120%;
      color: black; }
    .article-list _.article .article-detail .article-subtitle {
      font-size: 90%;
      color: grey; }

#categories_select .panel-title a:before {
  transition: 0.5s all;
  content: "\f0d7";
  font-family: 'FontAwesome'; }

#categories_select .panel-title a.collapsed:before {
  transition: 0.5s all;
  content: "\f0da" !important;
  font-family: 'FontAwesome'; }

#landing .section.bg-dark {
  margin-left: -100%;
  padding-left: 100%;
  margin-right: -100%;
  padding-right: 100%;
  background-color: #FFE9F4; }

@media (min-width: 768px) {
  #landing .section {
    padding-top: 50px;
    padding-bottom: 70px; } }

@media (max-width: 767px) {
  #landing .section {
    padding-top: 25px;
    padding-bottom: 25px; } }

#landing .section .title {
  text-align: center;
  font-size: 225%;
  font-weight: bold;
  margin-bottom: 30px; }

#landing .section p.description {
  font-size: 150%;
  margin-bottom: 20px; }

#landing .section .big-image {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  transition: 0.25s all; }
  #landing .section .big-image:hover {
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%); }
  @media (min-width: 768px) {
    #landing .section .big-image {
      padding: 30px 100px; } }
  @media (max-width: 767px) {
    #landing .section .big-image {
      padding: 25px; } }

#landing .section .feature {
  text-align: center;
  margin-bottom: 30px; }
  #landing .section .feature .subtitle {
    font-size: 175%; }
  #landing .section .feature .description {
    color: grey;
    margin-bottom: 20px; }
  #landing .section .feature .img-frame {
    border: 2pt solid #d0d0d0;
    border-radius: 5px; }

#landing .section #brands_list {
  padding-top: 30px; }
  #landing .section #brands_list .brand {
    margin-bottom: 30px; }
    #landing .section #brands_list .brand:hover .photo {
      box-shadow: 0 0 10px grey; }
    #landing .section #brands_list .brand .photo {
      transition: 0.25s all;
      border-radius: 50%;
      padding-top: 100%;
      margin-bottom: 15px;
      background-size: cover !important;
      background-position: center !important; }
    #landing .section #brands_list .brand .name {
      font-size: 150%;
      color: black;
      font-weight: bold;
      text-align: center; }

#landing .section #social_channels a {
  font-size: 500%;
  color: grey;
  text-decoration: none;
  transition: 0.25s all; }
  #landing .section #social_channels a:hover {
    color: black; }

#landing .section #fashemags_list a {
  font-weight: bold;
  padding: 15px;
  border: 1px solid #d0d0d0;
  text-decoration: none;
  display: block;
  transition: 0.25s all;
  color: grey; }
  @media (max-width: 767px) {
    #landing .section #fashemags_list a {
      color: black;
      background-color: #f0f0f0; } }
  #landing .section #fashemags_list a:hover {
    background-color: #f0f0f0;
    color: black; }

.fashemag_viewer {
  margin-top: -20px; }
  .fashemag_viewer .header .title {
    margin-top: 0;
    font-weight: bold;
    font-size: 220%;
    line-height: 150%; }
    @media (max-width: 767px) {
      .fashemag_viewer .header .title {
        font-size: 180%; } }
  .fashemag_viewer .header .subtitle {
    color: grey;
    font-size: 135%;
    margin-bottom: 15px; }
  .fashemag_viewer .header .details .date {
    margin-bottom: 15px;
    font-size: 90%; }
  .fashemag_viewer .header .details .linked-brand {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px; }
    .fashemag_viewer .header .details .linked-brand a {
      text-decoration: none; }
      .fashemag_viewer .header .details .linked-brand a .photo {
        display: inline-block;
        width: 40px;
        height: 40px;
        margin-top: -15px;
        margin-bottom: -15px;
        border-radius: 50%;
        background-size: cover !important;
        background-position: center !important; }
      .fashemag_viewer .header .details .linked-brand a .name {
        display: inline-block; }
  .fashemag_viewer .article-cover-photo-holder .article-cover-photo {
    padding: 15% 50%;
    background-size: cover !important;
    background-position: center !important;
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .fashemag_viewer .article-cover-photo-holder .article-cover-photo {
        padding: 30% 50%;
        margin: 0 -15px 0 -15px; } }
  .fashemag_viewer .content {
    padding-top: 15px;
    margin-bottom: 30px; }
    .fashemag_viewer .content img {
      max-width: 100%;
      margin-bottom: 15px; }

.note-editor .row .col-xs-12 {
  border: 1px dashed grey;
  padding: 5px;
  min-height: 50px; }

.note-editor .embed-responsive {
  min-height: 50px;
  border: 1px dashed grey; }

#store_page .banner-holder {
  margin-top: -20px; }
  @media (min-width: 1200px) {
    #store_page .banner-holder {
      margin: -20px -12% 0 -12% !important; } }
  @media (max-width: 1199px) {
    #store_page .banner-holder {
      margin: -20px -15px 0 -15px;
      width: calc(100% + 30px); } }
  #store_page .banner-holder .banner {
    padding-top: 27%;
    background-size: cover !important;
    background-position: center center !important;
    border-radius: 0; }
    @media (max-width: 767px) {
      #store_page .banner-holder .banner {
        padding-top: 220px; } }

#store_page .heading {
  padding: 30px 15% 15px 15%;
  border-bottom: 1px solid #e0e0e0;
  margin-top: -30px;
  margin-left: -15%;
  margin-right: -15%;
  background-color: white; }
  @media (max-width: 991px) {
    #store_page .heading {
      padding: 30px 15px 15px 15px;
      background-color: transparent;
      border: 0; }
      #store_page .heading .profile-picture {
        display: block !important; }
      #store_page .heading .name-url-holder {
        text-align: center;
        width: 100% !important;
        margin-left: 0 !important;
        display: block !important; }
        #store_page .heading .name-url-holder .name {
          font-size: 175% !important; }
        #store_page .heading .name-url-holder .url {
          font-size: 85% !important; } }
  #store_page .heading .profile-picture {
    padding: 5px;
    margin-top: -150px;
    display: inline-block;
    vertical-align: top; }
    #store_page .heading .profile-picture .pic {
      border: 3px solid #fafafa;
      width: 300px;
      height: 300px;
      background-size: cover !important;
      background-position: center center !important; }
      @media (max-width: 991px) {
        #store_page .heading .profile-picture .pic {
          width: 250px;
          height: 250px;
          margin: 0 auto !important; } }
  #store_page .heading .name-url-holder {
    margin-left: 15px;
    width: calc(100% - 300px - 40px);
    display: inline-block;
    vertical-align: top; }
    #store_page .heading .name-url-holder .url {
      margin-top: -5px;
      margin-bottom: 15px; }
      #store_page .heading .name-url-holder .url a {
        text-decoration: none;
        color: grey; }
    #store_page .heading .name-url-holder .name {
      font-weight: bold;
      font-size: 225%;
      margin-bottom: 5px; }

#store_page .content .info {
  padding-bottom: 20px; }
  #store_page .content .info .contact-channel {
    margin-bottom: 5px; }
    #store_page .content .info .contact-channel img {
      vertical-align: middle;
      display: inline-block;
      height: 25px; }
    #store_page .content .info .contact-channel span {
      height: 25px;
      padding: 3px 10px;
      display: inline-block;
      font-weight: bold;
      vertical-align: middle;
      width: calc(100% - 27px);
      margin-left: -3px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
      #store_page .content .info .contact-channel span.whatsapp-color {
        background-color: #2C910A;
        color: white; }
      #store_page .content .info .contact-channel span.facebook-color {
        color: white; }
      #store_page .content .info .contact-channel span.youtube-color {
        color: white;
        background-color: #AF2210; }
      #store_page .content .info .contact-channel span.wechat-color {
        color: white;
        background-color: #049E07; }
      #store_page .content .info .contact-channel span.twitter-color {
        color: white;
        background-color: #16A0C1; }
      #store_page .content .info .contact-channel span.phone-color {
        color: white;
        background-color: #4E3068; }

#store_page .content .item_listing {
  margin-top: -15px; }
  #store_page .content .item_listing .no-result {
    padding: 7px 15px; }

#store_page .contact-channels .contact {
  margin-bottom: 5px; }
  #store_page .contact-channels .contact img {
    vertical-align: middle;
    display: inline-block;
    height: 40px; }
  #store_page .contact-channels .contact span {
    height: 40px;
    padding: 10px 10px;
    display: inline-block;
    font-weight: bold;
    vertical-align: middle;
    width: calc(100% - 42px);
    margin-left: -3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
    #store_page .contact-channels .contact span.whatsapp-color {
      background-color: #2C910A;
      color: white; }
    #store_page .contact-channels .contact span.facebook-color {
      color: white; }
    #store_page .contact-channels .contact span.youtube-color {
      color: white;
      background-color: #AF2210; }
    #store_page .contact-channels .contact span.wechat-color {
      color: white;
      background-color: #049E07; }
    #store_page .contact-channels .contact span.twitter-color {
      color: white;
      background-color: #16A0C1; }
    #store_page .contact-channels .contact span.phone-color {
      color: white;
      background-color: #4E3068; }

#store_page .store-branches .branch {
  margin-bottom: 30px;
  transition: 0.25s all;
  outline: 1px solid #eee; }
  #store_page .store-branches .branch .location-map {
    margin-bottom: 0; }
  #store_page .store-branches .branch .branch-address {
    padding: 15px 15px;
    font-weight: bold;
    text-transform: uppercase; }
  #store_page .store-branches .branch:after {
    content: '';
    display: inline-block;
    width: calc(100% - 30px);
    height: 10px;
    background: url("/img/holder-shadow.png") no-repeat 0 center;
    background-size: 100% auto;
    position: absolute;
    left: 15px;
    bottom: 20px; }
  #store_page .store-branches .branch:hover {
    outline: 1px solid grey; }

#marketplace .data-loaded {
  font-size: 100%;
  color: grey;
  margin-bottom: 15px; }
  #marketplace .data-loaded .loaded {
    font-weight: bold;
    margin-right: 5px;
    font-size: 125%; }

#marketplace .selected-category {
  color: grey; }
  #marketplace .selected-category span {
    font-weight: bold; }

#marketplace #item_collection .category-choose {
  display: inline-block;
  margin-right: 15px; }

#marketplace #item_collection .panel-group .panel {
  border: 0;
  box-shadow: none; }
  #marketplace #item_collection .panel-group .panel .panel-heading {
    background-color: transparent; }
  #marketplace #item_collection .panel-group .panel .panel-body {
    border: 0;
    padding: 0; }

#marketplace #item_collection .category-list a {
  text-decoration: none; }

#marketplace #item_collection .category-list .category {
  margin-bottom: 15px;
  border: 1px solid #f0f0f0; }
  #marketplace #item_collection .category-list .category:after {
    content: '';
    display: inline-block;
    width: calc(100% - 30px);
    height: 10px;
    background: url("/img/holder-shadow.png") no-repeat 0 center;
    background-size: 100% auto;
    position: absolute;
    left: 15px;
    bottom: 5px; }
  #marketplace #item_collection .category-list .category .icon {
    width: 60px;
    display: inline-block;
    vertical-align: middle;
    height: 60px;
    padding: 5px;
    margin-right: 15px;
    background-color: #f0f0f0; }
  #marketplace #item_collection .category-list .category .description {
    display: inline-block;
    height: 60px;
    vertical-align: middle;
    line-height: 60px; }

.category-list a {
  text-decoration: none; }
  .category-list a .category {
    transition: 0.25s all;
    margin-bottom: 15px;
    border: 1px solid #f0f0f0; }
    .category-list a .category:after {
      content: '';
      display: inline-block;
      width: calc(100% - 30px);
      height: 10px;
      background: url("/img/holder-shadow.png") no-repeat 0 center;
      background-size: 100% auto;
      position: absolute;
      left: 15px;
      bottom: 5px; }
    .category-list a .category:hover {
      border-color: grey; }
    .category-list a .category .icon img {
      margin: 10% 30%;
      max-width: 40%;
      border-radius: 50%;
      background-color: rgba(255, 255, 255, 0.45); }
    .category-list a .category .counter {
      position: absolute;
      background-color: #f0f0f0;
      color: black;
      font-weight: bold;
      height: 50px;
      padding: 0 15px;
      min-width: 50px;
      line-height: 50px;
      vertical-align: middle;
      margin-top: -25px;
      right: 30px;
      text-align: center; }
    .category-list a .category .description {
      background-color: white;
      padding: 15px 15px; }
      .category-list a .category .description p {
        margin-bottom: 0; }
        .category-list a .category .description p.title {
          font-size: 125%;
          color: black;
          font-weight: bold; }
        .category-list a .category .description p.subtitle {
          color: grey; }

.background-cover {
  background-size: cover !important; }

.background-center {
  background-position: center center !important; }

.padding-top-100 {
  padding-top: 100%; }

.padding-15-50 {
  padding: 15% 50%; }

.margin-bottom-30 {
  margin-bottom: 30px; }

.form-holder {
  margin-top: 20px; }
  .form-holder .section {
    padding-top: 30px;
    padding-bottom: 30px; }
    .form-holder .section:not(:first-child) {
      border-top: 1px solid #e0e0e0; }
    .form-holder .section .title {
      margin-bottom: 30px; }
      .form-holder .section .title .main {
        color: #003569;
        font-size: 150%;
        font-weight: bold;
        margin-bottom: 10px; }
      .form-holder .section .title .sub {
        margin-bottom: 10px; }
      .form-holder .section .title .note {
        font-size: 90%;
        color: grey;
        margin-bottom: 10px; }
        .form-holder .section .title .note:before {
          content: "* "; }

.product-speciality-form .speciality-icon {
  padding-top: 100%;
  background-size: cover !important;
  background-position: center center !important; }

.fashemag-list a {
  text-decoration: none; }
  .fashemag-list a .fashemag-container {
    border: 1px solid #d0d0d0;
    margin-bottom: 30px; }
    .fashemag-list a .fashemag-container:hover {
      border: 1px solid grey; }
  .fashemag-list a .container-pic div {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    padding: 30% 50%; }
  .fashemag-list a .container-content {
    background-color: white;
    padding: 10px;
    width: 100%;
    vertical-align: top;
    height: 65px; }
    .fashemag-list a .container-content .title {
      color: black;
      font-weight: bold; }
    .fashemag-list a .container-content .subtitle {
      color: grey;
      font-size: 90%;
      margin-top: -5px;
      height: 20px; }

.category-selector {
  background-color: #f0f0f0;
  border: 0;
  border-radius: 0;
  color: black; }
  .category-selector a {
    color: grey; }

.new-entry .loading {
  position: absolute;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  zoom: 1;
  top: 0; }

iframe.instagram-media.instagram-media-rendered {
  max-width: 9999999px !important; }

#specialities_select .checkbox {
  padding: 5px;
  border-radius: 5px; }
  #specialities_select .checkbox:hover {
    background-color: #f0f0f0; }

#specialities_select label {
  width: 100%; }

#specialities_select .speciality-select-box .speciality-thumbnail {
  display: inline-block;
  width: 60px;
  padding-top: 60px;
  vertical-align: top;
  margin-right: 10px; }

#specialities_select .speciality-select-box .speciality-details {
  padding-top: 7px;
  width: calc(100% - 60px - 15px);
  vertical-align: top;
  display: inline-block; }
  #specialities_select .speciality-select-box .speciality-details .name {
    color: black;
    margin-bottom: 5px; }
  #specialities_select .speciality-select-box .speciality-details .desc {
    font-size: 0.9em;
    color: grey; }

.tab-group {
  padding: 15px 0; }
  .tab-group .tab .tab-left {
    padding-top: 8px; }
    .tab-group .tab .tab-left .tab-section-title {
      text-align: right;
      color: black;
      font-size: 125%;
      font-weight: bold;
      background: linear-gradient(right, #f0f0f0, transparent);
      padding: 7px 15px 7px 0; }
  .tab-group .tab .tab-right {
    padding-top: 15px; }
    .tab-group .tab .tab-right .tab-title {
      font-weight: bold;
      font-size: 125%;
      color: grey;
      margin-bottom: 7px; }
    .tab-group .tab .tab-right .tab-body {
      margin-bottom: 15px; }
  @media (max-width: 767px) {
    .tab-group .tab {
      padding: 0; }
      .tab-group .tab .tab-left .tab-section-title {
        text-align: left;
        background-color: #f0f0f0;
        color: grey;
        font-size: 0.85em;
        text-transform: uppercase;
        margin-left: -15px;
        padding-left: 15px;
        margin-right: -15px;
        padding-right: 15px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .tab-group .tab .tab-left {
      display: inline-block;
      width: 155px;
      vertical-align: top; }
    .tab-group .tab .tab-right {
      border-left: 1px solid #f0f0f0;
      padding-left: 17px;
      margin-left: 3px;
      display: inline-block;
      width: calc(100% - 180px);
      vertical-align: top; } }
  @media (min-width: 992px) {
    .tab-group .tab .tab-left {
      display: inline-block;
      width: 305px;
      vertical-align: top; }
    .tab-group .tab .tab-right {
      border-left: 1px solid #e0e0e0;
      padding-left: 17px;
      margin-left: 3px;
      display: inline-block;
      width: calc(100% - 330px);
      vertical-align: top; } }

.product-gallery .zoom-in-notice {
  color: grey; }

.product-gallery .preview-large {
  position: relative;
  margin-bottom: 7px;
  width: 100%;
  padding-bottom: 100%;
  outline: 1px solid #d0d0d0; }
  .product-gallery .preview-large .preview-container {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    overflow: hidden; }
    .product-gallery .preview-large .preview-container .preview-image {
      max-width: 100%;
      max-height: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }

.product-gallery .preview-list .image {
  outline: 1px solid #d0d0d0;
  margin-bottom: 15px;
  transition: 0.25s all; }
  @media (min-width: 768px) {
    .product-gallery .preview-list .image {
      opacity: 0.5; }
      .product-gallery .preview-list .image:hover {
        opacity: 1; }
      .product-gallery .preview-list .image.active {
        opacity: 1 !important; } }

.photo-rect {
  padding: 0 0 50% 0; }

.product-info .short-desc {
  margin-bottom: 15px;
  background-color: #f0f0f0;
  padding: 15px; }

.product-more-info {
  margin-left: -50%;
  margin-right: -50%;
  padding-left: 50%;
  padding-right: 50%; }
  @media (min-width: 768px) {
    .product-more-info {
      border-top: 1px solid #e0e0e0; } }

.has-border {
  border: 1px solid #f0f0f0; }

.speciality-show {
  width: 100px;
  vertical-align: top;
  margin-right: 15px;
  display: inline-block;
  margin-bottom: 15px; }
  .speciality-show:hover .speciality-icon {
    background-color: #e0e0e0; }
  .speciality-show .speciality-icon {
    background-color: #f0f0f0;
    border-radius: 15px;
    margin-bottom: 5px; }
    .speciality-show .speciality-icon img {
      width: 100%; }
  .speciality-show .speciality-name {
    color: black;
    font-size: 0.9em;
    text-align: center; }

.speciality-showing {
  margin-right: 15px;
  border-radius: 40px;
  background-color: white;
  box-shadow: 0 0 1px #d0d0d0;
  padding: 5px 15px 5px 5px !important;
  color: grey;
  transition: 0.25s all;
  margin-bottom: 15px; }
  .speciality-showing:hover {
    color: black; }
  .speciality-showing .speciality-icon {
    display: inline-block;
    vertical-align: middle;
    background-color: white;
    border-radius: 50%; }
    .speciality-showing .speciality-icon img {
      height: 50px;
      border-radius: 50%; }
  .speciality-showing .speciality-desc {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    line-height: 50px;
    margin-left: 5px;
    padding-right: 15px;
    padding-left: 10px; }

.breadcrumb {
  background-color: transparent;
  border-bottom: 1px solid #f0f0f0; }
  .breadcrumb a {
    color: grey; }
  .breadcrumb li:not(:first-child):before {
    content: "> " !important; }

.hide-if-not-only:not(:only-child) {
  display: none; }

#address_list_holder {
  margin-top: 15px; }
  #address_list_holder li {
    margin-bottom: 5px;
    background-color: #f0f0f0;
    padding: 10px 5px; }
    #address_list_holder li:hover {
      background-color: #e0e0e0;
      transition: 0.25s all; }
    #address_list_holder li div {
      vertical-align: top;
      display: inline-block; }
      #address_list_holder li div:first-child {
        width: 25px; }
      #address_list_holder li div:nth-child(n+2) {
        width: calc(100% - 30px); }

.catalog {
  margin-bottom: 30px; }
  .catalog .catalog-title {
    font-size: 1.75em;
    font-weight: bold;
    margin-bottom: 30px; }
  .catalog .nav-tabs {
    margin-bottom: 15px; }
    .catalog .nav-tabs li {
      margin-bottom: 0; }
      .catalog .nav-tabs li.active a {
        background-color: #f0f0f0;
        color: black;
        font-weight: bold;
        border: 0;
        border-radius: 0; }
      .catalog .nav-tabs li a {
        border: 0;
        text-transform: uppercase; }
  .catalog a {
    text-decoration: none; }
  .catalog .catalog-item {
    background-color: white;
    border: 1px solid #e0e0e0;
    padding: 15px;
    border-radius: 5px;
    transition: 0.25s all;
    margin-bottom: 15px; }
    .catalog .catalog-item:hover {
      background-color: #f0f0f0; }
    .catalog .catalog-item .catalog-icon {
      zoom: 1.2;
      display: inline-block;
      width: 50px;
      height: 50px;
      margin-right: 10px;
      vertical-align: middle; }
    .catalog .catalog-item .catalog-description {
      display: inline-block;
      vertical-align: middle;
      width: calc(100% - 77px); }
      .catalog .catalog-item .catalog-description .main_desc {
        font-size: 1.25em;
        color: black;
        font-weight: bold;
        margin-bottom: 0; }
      .catalog .catalog-item .catalog-description .sub_desc {
        margin-bottom: 0;
        color: grey;
        font-size: 0.9em; }

.sharethis-holder {
  margin-bottom: 15px; }
  @media (max-width: 767px) {
    .sharethis-holder .sharethis-inline-share-buttons {
      text-align: center !important; } }

.article-banner-holder {
  margin-top: -20px; }
  @media (min-width: 1200px) {
    .article-banner-holder {
      margin: 0 -12% 0 -12% !important; } }
  @media (max-width: 1199px) {
    .article-banner-holder {
      margin: 0 -15px 0 -15px;
      width: calc(100% + 30px); } }
  .article-banner-holder .banner {
    padding-top: 27%;
    background-size: cover !important;
    background-position: center center !important;
    border-radius: 0; }
    @media (max-width: 767px) {
      .article-banner-holder .banner {
        padding-top: 220px; } }

.single-page .page-title {
  margin-bottom: 30px; }

.single-page .sub-section {
  margin-bottom: 15px; }
  .single-page .sub-section .title {
    color: #003569 !important;
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 15px; }

@media (max-width: 767px) {
  .navbar .row {
    margin-left: -30px;
    margin-right: -30px; }
  #store-header-md #profile-picture {
    padding-bottom: calc(100% - 10px);
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border-radius: 50%;
    margin-top: -70px;
    border: 5px solid #fafafa; }
  #store-header-md #store-title {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px; }
  #store-header-md #store-url {
    text-align: center; }
  .sm-screen {
    display: block !important; }
  .lg-screen {
    display: none !important; }
  h1 {
    font-size: 20px; }
  h4 {
    font-size: 16px; }
  .profile-picture-holder {
    padding: 0; }
  .store-description {
    font-size: 0.8em; }
  #store-detail #store-description.text-center {
    text-align: center !important; }
  #product_gallery .col-sm-4:first-child {
    margin-top: -15px !important; }
  #product_gallery .product_image_description {
    top: 0 !important;
    height: 100%; }
  #product_gallery .product-desc {
    background-color: #f0f0f0;
    padding: 10px 5px;
    margin-top: -15px;
    text-align: center;
    color: black;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }
    #product_gallery .product-desc p {
      margin: 0; }
    #product_gallery .product-desc #name {
      font-size: 110%;
      font-weight: bold;
      display: block; }
    #product_gallery .product-desc #price {
      font-weight: bold; }
  .product_image_description .desc_holder {
    text-align: center;
    font-size: 0.75em !important; }
  footer {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px; }
    footer .col-sm-3 {
      text-align: center !important;
      margin-top: 10px; }
    footer a {
      margin: 0 5px; }
  #large_preview {
    display: none; }
  .form-group label i {
    display: none !important; }
  .form-group label span {
    display: block; }
  #profile-picture {
    margin-left: 0 !important; }
  #profile-picture-username {
    zoom: 0.75; }
    #profile-picture-username h1 {
      margin-bottom: 5px;
      margin-top: 7px; }
    #profile-picture-username #store-name-display {
      display: inline-block;
      vertical-align: middle;
      margin-left: -10px;
      max-width: 72%;
      word-break: break-all; }
    #profile-picture-username #profile-picture {
      margin-right: 10px !important; }
  #product-image-list .col-sm-3 {
    margin-bottom: 15px; }
  #product-image-list .col-sm-3:last-child {
    margin-bottom: 0 !important; }
  #contact-information img {
    display: inline-block !important; }
  #contact-information .info-title {
    display: none; }
  #contact-information #social-list span {
    display: block !important; }
  .shop-header-sm #profile-picture {
    height: 35px !important;
    width: 35px !important; }
  .shop-header-sm #store-name {
    width: calc(100% - 35px - 14px) !important;
    margin-top: 7px !important;
    font-size: 0.9em !important; }
  .home-page-title {
    display: block !important;
    margin-top: 15px !important;
    text-align: center !important; }
  .flex-parent {
    display: block; }
  #market_place .item-holder .product-image .photo-square {
    width: calc(100% - 2px) !important;
    padding-bottom: 100% !important; }
  #market_place .item-holder .product-detail {
    right: 0;
    margin-left: 0;
    -ms-flex: 3;
    flex: 3;
    position: relative;
    height: 100%;
    transition: 0.25s all;
    border-top: 1px solid #efefef;
    zoom: 1;
    width: 100%; }
  #market_place .item-holder .product-name {
    border-top: 1px solid #efefef; }
  #market_place .item-holder .product-price.sm-screen {
    display: inline-block !important;
    margin-left: 0;
    margin-top: 0; }
  #market_place .item-holder .load-more {
    display: none; }
  #profile-picture-holder #profile-picture {
    margin-top: 15px; }
  div#section-navigator .list-group-item {
    display: inline-block;
    border-radius: 4px !important;
    margin-top: 0 !important; }
  div#section-navigator span {
    display: none; }
  .setting-page-title {
    margin-bottom: 20px; }
  .setting-section {
    border-bottom: 0;
    margin-bottom: 10px;
    padding-bottom: 0; }
  .out-of-stock {
    right: 25px !important; }
  #login_form, #register_form {
    max-width: 100%;
    margin: 0 auto; }
    #login_form .panel-default.panel, #register_form .panel-default.panel {
      background-color: #f0f0f0 !important;
      margin-bottom: 0 !important; }
  #landing-form .panel {
    padding: 20px;
    zoom: 1; }
  #store_page_banner .store_banner {
    margin-top: -20px;
    margin-left: -32px;
    width: calc(100% + 32.5px + 32.5px);
    padding-top: calc(30% + 30px); }
  #store_store_info #store_profile_picture {
    margin-top: -60% !important; }
  #product-image-carousel {
    margin: 0 -15px 20px -15px; }
    #product-image-carousel .carousel-control {
      display: none; }
  .product-product-information {
    padding: 0;
    background-color: transparent;
    box-shadow: none; }
  #marketplace .market_product_image {
    margin-bottom: 15px; }
  #marketplace .market_store_image {
    margin-bottom: 15px;
    padding: 25% 50%; }
  #marketplace .market_product_image_large {
    margin-bottom: 15px; }
  #marketplace .market_desc {
    height: calc(100%); }
  #marketplace .row .col-xs-6:nth-child(odd) {
    padding-right: 7.5px !important; }
    #marketplace .row .col-xs-6:nth-child(odd) .market_desc {
      width: calc(100% - 22.5px);
      height: calc(100% - 15px);
      margin-right: 7.5px; }
  #marketplace .row .col-xs-6:nth-child(even) {
    padding-left: 7.5px !important; }
    #marketplace .row .col-xs-6:nth-child(even) .market_desc {
      width: calc(100% - 22.5px);
      height: calc(100% - 15px);
      margin-left: 7.5px; }
  #product_image_selection .col-sm-6 {
    margin-bottom: 15px; }
  #product_image_selection .product-image.active {
    outline: none; }
  #product_product_detail {
    margin-top: 0;
    padding-top: 15px; }
  .product-product-pricing {
    padding-top: 0; }
  #landing_column {
    margin-top: 0;
    border: 0;
    height: auto; }
    #landing_column #register_form, #landing_column #login_form {
      height: auto; }
  .store_page #store_store_info {
    padding-bottom: 7px !important; }
    .store_page #store_store_info #store_profile_picture {
      padding-bottom: calc(100% - 8px);
      border: 4px solid #fafafa; }
    .store_page #store_store_info #store_store_description {
      font-size: 100%; }
  .store_page #store_item_listing {
    margin-top: 0 !important; }
    .store_page #store_item_listing .store_section_title {
      margin-bottom: 0 !important; }
    .store_page #store_item_listing .store_product_item .product-image {
      margin: 0 -15px 10px -15px;
      margin-bottom: 0; }
    .store_page #store_item_listing .store_product_item .product-desc {
      background-color: rgba(0, 0, 0, 0.35);
      color: white; }
  .product-listing-sm {
    margin-bottom: 7px; }
    .product-listing-sm a {
      text-decoration: none; }
    .product-listing-sm:last-child {
      padding-bottom: 10px; }
    .product-listing-sm li {
      margin-bottom: 5px;
      border-bottom: 1px solid #d0d0d0; }
      .product-listing-sm li .col-xs-5 {
        padding: 5px 15px 10px 15px; }
      .product-listing-sm li .col-xs-7 {
        padding: 10px 5px 20px 0;
        width: calc(58.33333333333% - 15px); }
        .product-listing-sm li .col-xs-7 #product-name {
          font-size: 110%;
          font-weight: bold;
          color: black; }
        .product-listing-sm li .col-xs-7 #availability {
          color: #003569;
          font-size: 90%; }
        .product-listing-sm li .col-xs-7 #product-desc {
          color: grey;
          font-size: 90%; }
        .product-listing-sm li .col-xs-7 #price {
          color: green;
          font-weight: bold; }
        .product-listing-sm li .col-xs-7 p {
          margin-bottom: 5px; }
  #product_listing ul li#new_item {
    background-color: #e0e0e0;
    border-left: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    margin-top: -5px;
    padding: 10px 15px;
    text-align: center; }
    #product_listing ul li#new_item:hover a {
      color: black; }
    #product_listing ul li#new_item a {
      display: block;
      text-decoration: none;
      color: dimgrey; }
  #auth_page #login_panel {
    background-color: transparent;
    border: 0;
    padding: 15px;
    margin: 0 -15px; }
    #auth_page #login_panel .section-separator span {
      background-color: #fafafa; }
  #landing_page #landing_page_1 .logo {
    margin-top: 70px;
    height: 330px; }
    #landing_page #landing_page_1 .logo h1 {
      font-size: 35px; } }

@media (max-width: 991px) and (min-width: 768px) {
  div#section-navigator .list-group-item {
    display: inline-block;
    border-radius: 4px !important;
    text-align: center; }
  #store_page_banner .store_banner {
    margin-top: -20px;
    margin-left: calc(-32px - 8.33333333%);
    width: calc(100% + 32.5px + 8.333333% + 32.5px + 8.333333%);
    padding-top: 22.55%; } }

.no-scroll {
  height: 100%;
  overflow: hidden; }

#preload {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #0c403b;
  z-index: 99999;
  color: white;
  font-size: 200%;
  margin: 0 -15px;
  display: none; }

#landing_page .content {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 25px 0;
  font-size: 17px;
  line-height: 1.5em; }

#landing_page h2 {
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px;
  border-top: 1px solid white;
  border-bottom: 1px solid white; }

#landing_page_1 {
  background-color: #0C403B;
  margin-left: -15px;
  margin-right: -15px;
  padding: 15px; }
  #landing_page_1 #top_bg {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important; }
  #landing_page_1 .logo {
    margin-top: 70px;
    height: 360px;
    position: absolute;
    width: 100%; }
    #landing_page_1 .logo img {
      margin: 0 auto;
      width: 300px; }
    #landing_page_1 .logo h1 {
      font-size: 450%;
      color: white;
      font-weight: bold; }
  #landing_page_1 #intro_video {
    color: white; }
    #landing_page_1 #intro_video #btn-click {
      transition: 0.25s all;
      padding: 15px;
      border: 2px solid white;
      margin: 15px;
      display: inline-block;
      border-radius: 25px;
      margin-top: 25px; }
      #landing_page_1 #intro_video #btn-click:hover {
        background-color: white;
        color: #0C403B; }
    #landing_page_1 #intro_video #youtube_embed {
      margin-top: 25px;
      display: none; }
  #landing_page_1 #featured_brand {
    color: white; }
    #landing_page_1 #featured_brand #brands_list li {
      border-radius: 30px;
      padding: 7px;
      margin-bottom: 15px;
      transition: 0.25s all; }
      #landing_page_1 #featured_brand #brands_list li:hover {
        background-color: #052D28; }
    #landing_page_1 #featured_brand #brands_list a {
      text-decoration: none;
      color: white; }
      #landing_page_1 #featured_brand #brands_list a .brand_pic {
        height: 50px;
        width: 50px;
        background-size: cover;
        display: inline-block;
        margin-right: 5px;
        vertical-align: middle;
        font-weight: bold;
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important; }
      #landing_page_1 #featured_brand #brands_list a .brand_info {
        display: inline-block;
        width: calc(100% - 61px);
        line-height: 1.3em;
        height: 50px;
        vertical-align: middle;
        padding: 5px; }
        #landing_page_1 #featured_brand #brands_list a .brand_info .brand_desc {
          font-size: 70%;
          color: #dadada; }

#landing_page_2 {
  margin: 0 -15px 0 -15px;
  padding: 0 15px;
  background-color: #fafafa; }
  #landing_page_2 h2 {
    border-color: black; }
  #landing_page_2 #mid_bg {
    width: calc(100% + 45px);
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -5px;
    margin-bottom: 50px; }
  #landing_page_2 #features .feature {
    margin-bottom: 50px; }
    #landing_page_2 #features .feature .sub {
      font-size: 14px;
      color: grey;
      margin-top: -7px;
      margin-bottom: 35px;
      line-height: 14px; }
    #landing_page_2 #features .feature .frame {
      margin: 0 -2px; }
    #landing_page_2 #features .feature .screenshot {
      width: 100%; }
  #landing_page_2 #recruitment #btn-click {
    text-decoration: none;
    color: #009688;
    padding: 15px;
    border: 2px solid #009688;
    margin: 15px;
    display: inline-block;
    border-radius: 25px;
    transition: 0.25s all; }
    #landing_page_2 #recruitment #btn-click:hover {
      background-color: #009688;
      color: white; }

#landing_page_3 {
  margin: 0 -15px 0 -15px;
  padding: 0 15px;
  background-color: #1d164e;
  margin-top: -100px; }
  #landing_page_3 h2 {
    color: white; }
  #landing_page_3 .content {
    color: white; }
  #landing_page_3 #bot_bg {
    height: 744px;
    margin: 0 -15px 0 -15px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important; }
  #landing_page_3 .sub {
    font-size: 14px;
    color: grey;
    margin-top: -7px;
    margin-bottom: 25px;
    line-height: 14px; }
  #landing_page_3 #tshirt_slideshow {
    margin-bottom: 25px; }
    #landing_page_3 #tshirt_slideshow .carousel-img {
      padding-bottom: 100%;
      background-size: cover !important;
      background-position: center center !important;
      background-repeat: no-repeat !important; }
  #landing_page_3 #btn-click {
    transition: 0.25s all;
    text-decoration: none;
    color: white;
    padding: 15px;
    border: 2px solid white;
    margin: 15px;
    display: inline-block;
    border-radius: 25px; }
    #landing_page_3 #btn-click:hover {
      background-color: white;
      color: #1d164e; }
  #landing_page_3 #social_channel .icons a {
    text-decoration: none;
    font-size: 300%;
    color: white; }
    #landing_page_3 #social_channel .icons a:hover {
      color: #13BBC4; }

nav.landing {
  margin-bottom: -70px; }

#fashemag_intro #fashemag_list {
  margin-top: -25px;
  margin-bottom: -25px; }
  #fashemag_intro #fashemag_list li {
    transition: 0.25s all;
    padding: 10px;
    border-radius: 5px; }
    #fashemag_intro #fashemag_list li a {
      display: -ms-flexbox;
      display: flex; }
  #fashemag_intro #fashemag_list li:hover {
    background-color: #0B0A26; }
  #fashemag_intro #fashemag_list li {
    margin-bottom: 7px; }
  #fashemag_intro #fashemag_list a {
    text-decoration: none; }
  #fashemag_intro #fashemag_list #pic {
    display: inline-block; }
    #fashemag_intro #fashemag_list #pic div {
      background-size: cover !important;
      background-position: center center !important;
      background-repeat: no-repeat !important;
      height: 75px;
      width: 75px; }
  #fashemag_intro #fashemag_list #content {
    display: inline-block;
    margin-left: 9px;
    width: calc(100% - 75px - 15px);
    vertical-align: top;
    height: 65px;
    margin-top: 10px; }
    #fashemag_intro #fashemag_list #content #title {
      color: white !important;
      font-weight: bold;
      font-size: 1.1em; }
    #fashemag_intro #fashemag_list #content #subtitle {
      color: grey;
      font-size: 90%;
      margin-top: -5px;
      height: 20px; }

#fashemag #cover_photo {
  padding: 15% 50%;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important; }

#fashemag #article_title {
  margin-bottom: 25px; }
  #fashemag #article_title #article_subtitle {
    margin-top: -10px;
    font-size: 130%; }
  #fashemag #article_title #post_tags {
    margin-top: -30px;
    padding-left: 10px;
    margin-bottom: 15px; }
  #fashemag #article_title #post_date {
    font-size: 85%;
    color: grey;
    margin-bottom: 15px; }

#fashemag .main_article #article-content img {
  width: 100% !important;
  height: auto !important; }

#fashemag .main_article #article-content .embed-responsive {
  margin-bottom: 15px; }

#fashemag .subtitle {
  font-weight: bold;
  text-transform: uppercase;
  color: grey;
  padding: 10px 10px;
  text-align: center;
  margin-bottom: 15px; }

#fashemag #other_articles li {
  margin-bottom: 7px; }

#fashemag #other_articles a {
  text-decoration: none; }

#fashemag #other_articles #pic {
  display: inline-block; }
  #fashemag #other_articles #pic div {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    height: 75px;
    width: 75px; }

#fashemag #other_articles #content {
  display: inline-block;
  margin-left: 5px;
  width: calc(100% - 75px - 10px);
  vertical-align: top;
  height: 65px;
  margin-top: 10px; }
  #fashemag #other_articles #content #title {
    color: black;
    font-weight: bold; }
  #fashemag #other_articles #content #subtitle {
    color: grey;
    font-size: 90%;
    margin-top: -5px;
    height: 20px; }

#fashemag_list #items a {
  text-decoration: none; }

#fashemag_list #items #container {
  padding: 5px;
  border: 1px solid #d0d0d0;
  margin-bottom: 30px; }
  #fashemag_list #items #container:hover {
    border: 1px solid grey; }

#fashemag_list #items #pic div {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  padding-bottom: 100%; }

#fashemag_list #items #content {
  background-color: white;
  padding: 10px;
  width: 100%;
  vertical-align: top;
  height: 65px; }
  #fashemag_list #items #content #title {
    color: black;
    font-weight: bold; }
  #fashemag_list #items #content #subtitle {
    color: grey;
    font-size: 90%;
    margin-top: -5px;
    height: 20px; }

#linked_brand {
  margin-bottom: 25px; }
  #linked_brand a {
    text-decoration: none !important;
    display: inline; }
  #linked_brand p {
    display: inline; }
  #linked_brand .product_profile_pic {
    height: 25px;
    width: 25px;
    margin-bottom: -7.5px;
    margin-left: 5px;
    margin-top: -2.5px;
    display: inline-block;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    border-radius: 50%;
    border: 1px solid #d0d0d0; }

#store_banner {
  margin-top: -20px; }
  @media (max-width: 1199px) {
    #store_banner {
      margin: -20px -15px 0 -15px;
      width: calc(100% + 30px); } }
  #store_banner .banner {
    padding-top: 27%;
    background-size: cover !important;
    background-position: center center !important;
    border-radius: 0; }
    @media (max-width: 767px) {
      #store_banner .banner {
        padding-top: 220px; } }

#store_heading {
  padding: 30px 50px 15px 50px;
  margin-top: -30px;
  margin-bottom: 15px; }
  @media (max-width: 991px) {
    #store_heading {
      padding: 30px 15px 15px 15px;
      background-color: transparent;
      border: 0; }
      #store_heading .profile-picture {
        display: block !important; }
      #store_heading .name_url_holder {
        text-align: center;
        width: 100% !important;
        margin-left: 0 !important;
        display: block !important; }
        #store_heading .name_url_holder .name {
          font-size: 175% !important; }
        #store_heading .name_url_holder .url {
          font-size: 85% !important; } }
  #store_heading .profile-picture {
    padding: 5px;
    margin-top: -150px;
    display: inline-block;
    vertical-align: top; }
    #store_heading .profile-picture .pic {
      border: 3px solid #fafafa;
      width: 300px;
      height: 300px;
      background-size: cover !important;
      background-position: center center !important; }
      @media (max-width: 991px) {
        #store_heading .profile-picture .pic {
          width: 250px;
          height: 250px;
          margin: 0 auto !important; } }
  #store_heading .name_url_holder {
    margin-left: 15px;
    width: calc(100% - 300px - 40px);
    display: inline-block;
    vertical-align: top; }
    #store_heading .name_url_holder .url {
      margin-top: -5px;
      margin-bottom: 15px; }
      #store_heading .name_url_holder .url a {
        text-decoration: none;
        color: grey; }
    #store_heading .name_url_holder .name {
      font-weight: bold;
      font-size: 225%;
      margin-bottom: 5px; }

#store_content .info {
  padding-bottom: 20px; }
  #store_content .info .contact-channel {
    margin-bottom: 5px; }
    #store_content .info .contact-channel img {
      vertical-align: middle;
      display: inline-block;
      height: 25px; }
    #store_content .info .contact-channel span {
      height: 25px;
      padding: 3px 10px;
      display: inline-block;
      font-weight: bold;
      vertical-align: middle;
      width: calc(100% - 27px);
      margin-left: -3px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
      #store_content .info .contact-channel span.whatsapp-color {
        background-color: #2C910A;
        color: white; }
      #store_content .info .contact-channel span.facebook-color {
        color: white; }
      #store_content .info .contact-channel span.youtube-color {
        color: white;
        background-color: #AF2210; }
      #store_content .info .contact-channel span.wechat-color {
        color: white;
        background-color: #049E07; }
      #store_content .info .contact-channel span.twitter-color {
        color: white;
        background-color: #16A0C1; }
      #store_content .info .contact-channel span.phone-color {
        color: white;
        background-color: #4E3068; }

#store_content .item_listing {
  margin-top: -15px; }
  #store_content .item_listing .no-result {
    padding: 7px 15px; }

@media (max-width: 767px) {
  #marketplace_category_list .card-type-title {
    text-align: center;
    margin-top: 15px !important; } }

@media (min-width: 768px) {
  #marketplace_category_list .card-type-title {
    margin-top: 30px !important; } }

#marketplace_category_list #carousel {
  height: 150px;
  position: relative; }
  #marketplace_category_list #carousel .carousel-arrow.left {
    background: no-repeat center/cover url(https://d1v0qqy8316222.cloudfront.net/assets/icon-previous-89117c6fbc4166841173b0a858a078f4a4a78140b8fcef959309e15ca260ec8b.png);
    left: 15px; }
  #marketplace_category_list #carousel .carousel-arrow.right {
    background: no-repeat center/cover url(https://d1v0qqy8316222.cloudfront.net/assets/icon-next-e707009edfbcd543e9214de4f1fd956f3b43b7bed7b7a494e736a1318b4df394.png);
    right: 15px; }
  #marketplace_category_list #carousel .carousel-arrow {
    display: block;
    height: 29px;
    margin: 50px 0;
    position: absolute;
    width: 22px; }
  #marketplace_category_list #carousel ul {
    margin-left: 10%;
    overflow-x: scroll;
    overflow-y: hidden;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    white-space: nowrap;
    width: 80%;
    -webkit-overflow-scrolling: touch; }
    #marketplace_category_list #carousel ul li {
      display: inline-block;
      height: 126px;
      margin: 5px 25px 5px 0;
      text-align: center;
      width: 104px; }
      #marketplace_category_list #carousel ul li:hover {
        background: url(https://d1v0qqy8316222.cloudfront.net/assets/buy/carousel-hover-6fdbfb59a0977caab54d13811ce5c71c76d84aacd987905a0b854822c0e11961.png) center/contain no-repeat; }
      #marketplace_category_list #carousel ul li a {
        color: #666666;
        display: inline-block;
        font-size: 0.8em;
        font-weight: 600;
        padding: 70px 0;
        text-decoration: none;
        transition: 0.2s;
        width: 104px; }

@media (min-width: 768px) {
  .category-holder img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: 0.5s all; } }

.category-holder:hover {
  background-color: #f0f0f0; }
  .category-holder:hover img {
    -webkit-filter: none;
    filter: none; }

#category_list .panel {
  box-shadow: none;
  border: 0;
  border-radius: 0; }
  #category_list .panel .panel-heading {
    padding: 10px 0;
    font-weight: bold;
    color: grey;
    border-radius: 0;
    border: 0;
    background-color: transparent; }
    #category_list .panel .panel-heading h4 {
      font-size: 150%; }
      #category_list .panel .panel-heading h4 a {
        text-decoration: none; }
  #category_list .panel .panel-body {
    background-color: #f0f0f0; }

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