/* Generic */
.baseColor {
  color: #666666; }

.accent_01 {
  color: #122644; }

.accent_02 {
  color: #2a3c57 !important; }

.fontType_1 {
  font-family: "Raleway", sans-serif; }

.fontType_2 {
  font-family: "Roboto", sans-serif; }

.italic {
  font-style: italic; }

.bottom-border {
  border-bottom: 1px solid #666666; }

/* font size */
.fs-11 {
  font-size: 11px;
  font-size: 1.1rem; }

.fs-12 {
  font-size: 12px;
  font-size: 1.2rem; }

.fs-14 {
  font-size: 14px;
  font-size: 1.4rem; }

.fs-16 {
  font-size: 16px;
  font-size: 1.6rem; }

.fs-18 {
  font-size: 18px;
  font-size: 1.8rem; }

.fs-20 {
  font-size: 20px;
  font-size: 2rem; }

.fs-25 {
  font-size: 25px;
  font-size: 2.5rem; }

.fs-30 {
  font-size: 30px;
  font-size: 3rem; }

.fs-35 {
  font-size: 35px;
  font-size: 3.5rem; }

.fs-90 {
  font-size: 90px;
  font-size: 9rem; }

/* font color */
.fc-blueGray {
  color: #6d7d94; }

.fc-black {
  color: #000000; }

.fc-lightGray {
  color: #bbbbbb; }

.fc-lightRed {
  color: #dd4d60; }

.fc-orange {
  color: orange; }

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

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

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

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

a {
  color: #122644; }

a:focus, a:hover {
  text-decoration: none; }

a.baseColor:hover {
  color: #122644; }

ul.noBullet {
  list-style-type: none; }

.w-30 {
  width: 30%; }

.icon-circle {
  border: solid 1px #333333;
  border-radius: 50%;
  padding: 20px;
  margin-top: 70px;
  width: 2.7em;
  height: 2.7em;
  text-align: center; }

.icon-circle.white {
  border: solid 1px #ffffff; }

.bottomBorder-grey {
  border-bottom: solid 1px #999999; }

.rightBorder-grey {
  border-right: solid 1px #666666; }

.bg-grey {
  background-color: #eeeeee;
  padding: 80px 0; }

.bg-accent_01 {
  background-color: #122644;
  padding: 60px 0; }

p {
  line-height: 150%; }

img {
  margin: 0 auto; }

h1 {
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "Raleway", sans-serif;
  margin: 0; }

h2 {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  margin: 0; }

h3 {
  font-size: 20px;
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  margin: 0; }

h4 {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Raleway", sans-serif;
  margin: 0; }

h5 {
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "Roboto", sans-serif;
  margin: 0; }

.top-border {
  border-top: solid 1px #bbbbbb; }

label {
  font-weight: normal; }

input[type=text], input[type=password], textarea {
  width: 100%;
  padding: 5px; }

textarea {
  resize: vertical; }

select {
  padding: 8px; }

.white-btn {
  color: #122644;
  border: solid 1px #122644;
  background-color: #ffffff; }

.white-btn:hover {
  color: #ffffff;
  background-color: #122644; }

.blue-btn {
  color: #ffffff;
  border: solid 1px #122644;
  background-color: #122644; }

.blue-btn:hover {
  color: #122644;
  background-color: #ffffff; }

.grey-btn {
  color: #666666;
  border: solid 1px #999999;
  background-color: #d0d0d0; }

.blueForm {
  border-bottom: solid 1px #6d7d94; }
  .blueForm ::-webkit-input-placeholder {
    font-style: italic;
    color: #6d7d94;
    font-family: "Roboto", sans-serif; }
  .blueForm :-moz-placeholder {
    font-style: italic;
    color: #6d7d94;
    font-family: "Roboto", sans-serif; }
  .blueForm ::-moz-placeholder {
    font-style: italic;
    color: #6d7d94;
    font-family: "Roboto", sans-serif; }
  .blueForm :-ms-input-placeholder {
    font-style: italic;
    color: #6d7d94;
    font-family: "Roboto", sans-serif; }

.blueForm input {
  background-color: #122644;
  border: none;
  outline: 0;
  padding: 5px 0;
  color: #6d7d94; }

.blueForm input[type=submit] {
  margin: 0;
  padding-right: 0; }

.prodForm label {
  margin-right: 15px;
  padding: 4px 0;
  float: left; }

.prodForm input.qty {
  background-color: #ffffff;
  border: none;
  border-bottom: solid 1px #bbbbbb;
  outline: 0;
  padding: 0;
  float: left;
  display: inline-block;
  width: 100px;
  margin: 4px 0 0 16px; }

.prodForm input[type=submit] ::-webkit-input-placeholder {
  font-style: italic;
  color: #6d7d94;
  font-family: "Roboto", sans-serif; }
.prodForm input[type=submit] :-moz-placeholder {
  font-style: italic;
  color: #6d7d94;
  font-family: "Roboto", sans-serif; }
.prodForm input[type=submit] ::-moz-placeholder {
  font-style: italic;
  color: #6d7d94;
  font-family: "Roboto", sans-serif; }
.prodForm input[type=submit] :-ms-input-placeholder {
  font-style: italic;
  color: #6d7d94;
  font-family: "Roboto", sans-serif; }

.prodForm .submit-btn {
  font-size: 14px;
  font-size: 1.4rem;
  color: #ffffff;
  padding: 12px 60px;
  border: solid 1px #122644;
  background-color: #122644;
  margin: 30px 0 15px; }

.prodForm .wishlist-btn {
  padding: 12px 50px;
  margin: 30px 0 15px; }

.prodForm .submit-btn:hover {
  color: #122644;
  background-color: #ffffff; }

.w-40 {
  width: 40%; }

.flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  justify-content: space-around; }

.flexitem {
  flex: 1; }

@media (max-width: 990px) {
  .flexbox .first {
    order: 1; }
  .flexbox .second {
    order: 2; }

  .flexitem {
    flex: 1 100%; } }
.centeredContent {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.page-title {
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  padding-bottom: 15px;
  border-bottom: solid 1px #122644;
  margin-bottom: 15px; }

/* Content css */
html {
  height: 100%; }

body {
  font-family: "Roboto", sans-serif;
  color: #666666;
  background-color: #ffffff;
  margin: 0 auto;
  position: relative;
  height: 100%;
  font-size: 13px;
  font-size: 1.3rem; }

.wrapper {
  min-height: 100%;
  height: auto !important;
  /* This line and the next line are not necessary unless you need IE6 support */
  height: 100%;
  margin: 0 auto -427px px;
  /* the bottom margin is the negative value of the footer's height */ }

.wrapper:after {
  content: "";
  display: block;
  height: 427px px; }

.header {
  width: 100%;
  height: 120px;
  padding: 0;
  background-color: #122644;
  color: #ffffff; }
  .header .top-header {
    background-color: #2a3c57;
    color: #6d7d94;
    font-size: 11px;
    font-size: 1.1rem;
    text-align: center;
    padding: 5px 0; }
  .header .mid-header {
    height: 120px;
    font-size: 11px;
    font-size: 1.1rem; }
    .header .mid-header ul {
      margin-top: 40px; }
    .header .mid-header ul li {
      list-style-type: none;
      display: inline-block;
      margin: 0 5px; }
    .header .mid-header ul li a {
      color: #ffffff; }
    .header .mid-header .searchForm {
      margin: 5px 25px 0 0; }
    .header .mid-header .fa-shopping-bag {
      margin: 13px 5px 0 0; }
    .header .mid-header .bagQty {
      font-size: 10px;
      font-size: 1rem;
      width: 20px;
      height: 20px;
      padding: 1px;
      border-radius: 50%;
      background-color: #ffffff;
      color: #122644;
      text-align: center;
      margin-top: 8px; }

nav {
  border-top: solid 1px #2a3c57;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  background-color: #122644; }
  nav ul.navigation {
    list-style-type: none;
    text-align: center;
    margin-bottom: 0; }
  nav ul.navigation li {
    display: inline-block;
    margin: 0 3px;
    position: relative; }
  nav ul.navigation > li > a {
    color: #ffffff;
    padding: 12px 20px 11px;
    display: block; }
  nav ul.navigation > li > a:hover, nav ul.navigation > li > a.active {
    color: #122644;
    background-color: #ffffff; }
  nav .arrow-up {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 5px solid #ffffff;
    position: absolute;
    top: -5px;
    left: 10px; }
  nav .dropdown-menu {
    border: none;
    border-radius: 0;
    top: 42px;
    width: 220px;
    margin-top: 0; }
    nav .dropdown-menu > ul {
      padding: 10px; }
    nav .dropdown-menu > ul li {
      display: block;
      margin: 0 10px; }
    nav .dropdown-menu > ul li.active a {
      color: #122644; }
    nav .dropdown-menu > ul li a {
      color: #999999;
      display: block;
      margin: 8px 0; }
    nav .dropdown-menu > ul li a:hover {
      color: #122644; }
    nav .dropdown-menu .withSub:after {
      font-family: FontAwesome;
      content: "\f105";
      float: right; }
    nav .dropdown-menu li.active .withSub:after {
      font-family: FontAwesome;
      content: "\f107";
      float: right; }
    nav .dropdown-menu li.active ul a {
      color: #999999; }
    nav .dropdown-menu li.active ul a:hover, nav .dropdown-menu li.active ul a.active {
      color: #122644; }
    nav .dropdown-menu ul.subMenu {
      display: none;
      position: relative;
      overflow: hidden; }

.sticky.fixed {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%; }

.content {
  padding-bottom: 50px; }

.breadcrumb {
  font-size: 11px;
  font-size: 1.1rem;
  background-color: #ffffff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0; }

/* HOME */
.newArrival .prod_detail {
  font-size: 11px;
  font-size: 1.1rem;
  position: absolute;
  bottom: 0;
  left: 30px; }

.center-title {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px 25px;
  text-align: center;
  color: #333333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .center-title a {
    font-family: "Raleway", sans-serif;
    font-size: 25px;
    font-size: 2.5rem; }

.opacityBanner {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden; }

.category:hover .opacityBanner {
  opacity: 0.3; }

.category:hover .center-title {
  color: #216a94; }

.gallery .dummy {
  padding-top: 100%;
  /* forces 1:1 aspect ratio */ }
.gallery .img-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font: 0/0 a;
  margin-bottom: 10px; }
.gallery .img-container:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%; }
.gallery .img-container img {
  vertical-align: middle;
  display: inline-block;
  max-width: 100%;
  max-height: 100%; }
.gallery .displayImage {
  width: 80%;
  position: relative;
  float: left; }
.gallery #thumbnail {
  /* width: 20%; font-size: 0; float: left; padding:15px;*/
  /*text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;*/ }
  .gallery #thumbnail .prodThumb {
    cursor: pointer;
    text-align: center;
    margin-bottom: 15px;
    width: 100%; }
  .gallery #thumbnail .prodThumb:last-child {
    margin-right: 0; }
  .gallery #thumbnail .prodThumb img {
    max-width: 100%; }
.gallery .bx-wrapper {
  width: 20%;
  float: left;
  padding: 0 15px;
  margin-top: 55px; }
.gallery .bx-wrapper .bx-controls-direction a {
  left: calc(50% - 20px) !important; }
.gallery .bx-wrapper .bx-next, .gallery .bx-wrapper .bx-next:hover {
  background: url("../images/gallery_next.png") no-repeat center center;
  top: calc(100% + 2em) !important; }
.gallery .bx-wrapper .bx-prev, .gallery .bx-wrapper .bx-prev:hover {
  background: url("../images/gallery_prev.png") no-repeat center center;
  top: -2em !important; }

.instagram-feed .ig_thumb {
  margin-bottom: 30px; }
.instagram-feed .insta-follow {
  background-color: #122644;
  text-align: center;
  color: #ffffff;
  height: 155px; }

.sosMed {
  font-size: 25px;
  font-size: 2.5rem;
  display: inline-block;
  margin: 0 15px; }

.sosMed i {
  border: solid 1px #bbbbbb;
  border-radius: 50%;
  padding: 20px 10px;
  color: #bbbbbb;
  width: 70px;
  text-align: center; }

.sosMed i:hover {
  border: solid 1px #122644;
  color: #122644; }

/* PRODUCT LISTING */
.prodFilter_list {
  list-style-type: none;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  margin: 15px 0 30px; }
  .prodFilter_list li {
    padding: 3px 0;
    margin: 3px 0; }
  .prodFilter_list a {
    color: #666666;
    padding: 7px 0; }
  .prodFilter_list a:hover, .prodFilter_list a.active {
    color: #122644;
    text-decoration: underline;
    font-weight: bold; }

.prodFilter {
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  font-size: 1.1rem; }
  .prodFilter .checkbox + label {
    border: solid 1px #bbbbbb;
    padding: 9px;
    margin-right: 10px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer; }
  .prodFilter .checkbox:checked + label {
    background-color: #122644; }
  .prodFilter .checkbox:checked + label:after {
    content: '\f00c';
    font-family: FontAwesome;
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 3px;
    color: #ffffff;
    background-color: #122644; }

.prodFilter_container .ui-accordion-header {
  border: none;
  border-radius: 0;
  background-color: #ffffff;
  color: #666666;
  padding: 0;
  margin: 10px 0; }
.prodFilter_container .ui-accordion-header:focus {
  outline: none;
  border: none; }
.prodFilter_container .ui-icon {
  background: url("../images/accordion_icon.png") no-repeat;
  width: 13px;
  height: 13px;
  float: right; }
.prodFilter_container .ui-state-default .ui-icon {
  background-position: 0 0; }
.prodFilter_container .ui-state-active .ui-icon {
  background-position: -13px 0; }
.prodFilter_container .ui-accordion-content {
  border: none;
  padding: 0;
  margin-bottom: 30px; }

.prodList_item {
  position: relative;
  margin-bottom: 40px; }

.prodList_image {
  position: relative;
  min-height: 378px; }
  .prodList_image > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.prodList_detail {
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "Roboto", sans-serif; }

.prodList_tag {
  position: absolute;
  top: 10px;
  right: 10px; }

/* PRODUCT DETAIL */
.color_option {
  /*input[type=radio] {display: none;}
  input[type=radio] + label {width:20px; height: 20px; border-radius: 50%; margin:5px 5px; padding:3px; border: solid 1px transparent;}
  input[type=radio]:checked + label {border: solid 1px $baseColor;}*/ }
  .color_option input[type=radio] {
    display: none; }
  .color_option li {
    display: inline-block;
    position: relative;
    margin: 0 20px 0 0;
    cursor: pointer; }
  .color_option li .check {
    display: block;
    position: absolute;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    top: -15px; }
  .color_option li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 30px;
    width: 30px;
    top: -5px;
    left: -5px;
    border: 1px solid transparent; }
  .color_option input[type=radio]:checked ~ .check::before {
    border: 1px solid #666666; }
  .color_option li label {
    display: block;
    position: relative;
    margin: 10px auto;
    height: 30px;
    z-index: 9;
    cursor: pointer; }
  .color_option .colorThumb {
    margin-top: 3px; }

.prodDetail_desc {
  margin-top: 20px; }
  .prodDetail_desc .ui-accordion-header {
    margin-top: 0;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: solid 1px #bbbbbb;
    color: #bbbbbb; }
  .prodDetail_desc .ui-accordion-header:last-of-type {
    border-bottom: solid 1px #bbbbbb; }
  .prodDetail_desc .ui-accordion-header:focus {
    outline: none; }
  .prodDetail_desc .ui-accordion-header.ui-state-default {
    border-radius: 0;
    background-color: #ffffff;
    padding: 15px 0;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Raleway", sans-serif;
    color: #bbbbbb; }
  .prodDetail_desc .ui-accordion-header.ui-state-active {
    color: #122644;
    border-top: solid 1px #122644;
    border-bottom: none; }
  .prodDetail_desc .ui-icon {
    background: url("../images/accordion_icon.png") no-repeat;
    width: 13px;
    height: 13px;
    float: right;
    margin: 2px 10px 0 0; }
  .prodDetail_desc .ui-accordion-content {
    border: none;
    padding: 0;
    margin: 10px 0 30px;
    font-weight: 300;
    color: #666666;
    font-family: "Roboto", sans-serif;
    line-height: 150%; }

.grey-btn.no-stock {
  padding: 12px 60px;
  margin: 30px 0 15px;
  cursor: auto; }

.grey-btn.no-stock:active {
  box-shadow: none; }

.cart-container table {
  width: 100%; }
.cart-container table td, .cart-container table th {
  padding: 10px;
  vertical-align: top; }
.cart-container table th {
  font-family: "Roboto", sans-serif;
  font-weight: 700; }
.cart-container table td:nth-child(1) {
  width: 45%; }
.cart-container table tfoot td {
  padding: 5px; }
.cart-container table tfoot tr:first-child td {
  padding-top: 15px; }
.cart-container input.cartItem-quantity {
  width: 50px; }
.cart-container input[type=radio] {
  vertical-align: top;
  margin-right: 5px; }
.cart-container .border-top {
  border-top: solid 1px #d0d0d0; }

.cart-label {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  padding-bottom: 20px; }

.cartItem-image {
  max-width: 100%;
  display: block;
  margin: 0 15px 0 0; }

.delete-btn, .delete-btn:hover, .delete-btn:active, .delete-btn:focus {
  color: #d0d0d0;
  padding-top: 10px;
  display: block; }

/*.card {border: solid 1px rgba(0,0,0, .125);
  .card-body {padding: 15px;}
}*/
#checkOutForm input[type=submit] {
  margin: 40px auto 0;
  display: block;
  max-width: 350px;
  width: 50%; }
#checkOutForm .discount-bar {
  background-color: #eff0f1;
  height: 65px; }
  #checkOutForm .discount-bar td {
    vertical-align: middle; }
  #checkOutForm .discount-bar .coupon-text {
    padding-top: 2px; }
  #checkOutForm .discount-bar .coupon-input {
    padding: 7px; }

.creditcard .loading {
  display: block;
  margin: 30px auto 30px auto; }

.sideMenu {
  padding-right: 15px; }
  .sideMenu ul li a {
    color: #999999;
    text-decoration: none;
    cursor: pointer;
    line-height: 3; }
  .sideMenu ul li a:hover, .sideMenu ul li a:active, .sideMenu ul li a.active {
    color: #122644; }
  .sideMenu input[type=text], .sideMenu select {
    width: 100%; }
  .sideMenu ::-webkit-input-placeholder {
    color: #999999; }
  .sideMenu ::-moz-placeholder {
    color: #999999; }
  .sideMenu :-ms-input-placeholder {
    color: #999999; }
  .sideMenu :-moz-placeholder {
    color: #999999; }

.address-list {
  margin: 0 0 20px; }

.address-list table {
  width: 100%; }

.address-list table td, .address-list table th {
  padding: 10px 15px;
  vertical-align: top;
  border-bottom: 1px solid #999999; }

.address-list table td:nth-of-type(1) {
  width: 20%; }

.address-list p {
  margin: 0; }

.address-list h5 {
  margin: 0; }

#addressForm textarea {
  height: 106px; }

.wishlist-listing {
  position: relative; }
  .wishlist-listing .remove_btn {
    position: absolute;
    right: 25px;
    top: 5px;
    z-index: 5;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    padding: 0 3px;
    cursor: pointer;
    display: block; }
  .wishlist-listing .prodList_image {
    min-height: auto; }
  .wishlist-listing .prodList_image > img {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0); }

.order-detail {
  padding-left: 15px;
  padding-right: 15px; }

.order-detail .row > div {
  padding-top: 15px; }

.order-detail .order-detail-address p {
  margin-bottom: 5px; }

table.order-items {
  width: 100%;
  margin: 10px 0; }
  table.order-items td {
    padding: 8px 5px; }
  table.order-items thead td {
    font-weight: bold;
    font-family: "Raleway", sans-serif;
    font-size: 14px; }
  table.order-items tbody .bottom-border {
    border-bottom: solid 1px #d0d0d0; }

.black-bar {
  background-color: #122644;
  color: white;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  text-align: center;
  width: 100%; }

div.total-summary {
  display: block; }

.total-summary div {
  padding-top: 5px;
  padding-bottom: 5px; }

.share_icon {
  color: #666666;
  margin: 0 10px; }

.share_icon:hover {
  color: #122644; }

.relatedProduct_container .prodList_image {
  min-height: 227px; }

/* IG FEED */
.ig_item > .ig_thumb {
  width: 100%; }

/* CONTACT */
.contact-mail {
  background-color: #122644;
  padding: 60px 0; }

.contactForm label, .contactForm input, .contactForm textarea {
  display: block;
  float: left; }

.contactForm label {
  width: 15%;
  margin-top: 5px;
  font-weight: normal; }

.contactForm input {
  width: 85%;
  margin-bottom: 15px;
  padding: 5px;
  border: solid 1px #2a3c57; }

.contactForm textarea {
  width: 85%;
  margin-bottom: 15px;
  height: 180px;
  resize: vertical;
  border: solid 1px #2a3c57; }

.contactForm input[type=submit] {
  background-color: #122644;
  color: #ffffff;
  text-align: center;
  padding: 13px 65px;
  outline: none;
  border: solid 1px #122644;
  width: auto;
  float: right; }

.contactForm input[type=submit]:hover {
  background-color: #ffffff;
  color: #122644; }

/* LOOKBOOK */
.lookbookList {
  float: left;
  margin-bottom: 20px; }

.lookbookDetail_list {
  text-align: center; }

.borderTitle {
  border: 1px solid gainsboro;
  padding: 5px;
  margin-left: -5px;
  margin-bottom: 5px;
  text-align: center; }

.lookBookBackground {
  background-color: #F0F8FF;
  height: 50px;
  width: 100%; }

.lookbookSpace {
  width: 100%;
  text-align: center; }

.lookbookText {
  width: 200px; }

.landscape {
  width: 100%; }

.portrait {
  max-width: 570px; }

.lookbookList img {
  width: 150px;
  height: 150px; }

/* FOOTER */
.footer {
  height: 427px px;
  width: 100%;
  font-family: "Roboto", sans-serif; }
  .footer .footer-content {
    background-color: #122644;
    padding-top: 30px;
    height: 220px; }
  .footer ul li {
    margin: 5px 0; }
  .footer ul li a {
    color: #6d7d94;
    font-size: 12px;
    font-size: 1.2rem; }

/* Pagination */
.pagination {
  margin: 0;
  font-size: 11px;
  font-size: 1.1rem;
  font-family: "Roboto", sans-serif; }

.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border: none;
  color: #bbbbbb;
  font-weight: 700;
  color: #122644; }

.pagination > li > a, .pagination > li > span {
  font-weight: normal;
  border: none;
  color: #bbbbbb;
  padding: 0 10px; }

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  background-color: #ffffff;
  font-weight: bold; }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #ffffff;
  border: none;
  color: #122644;
  font-weight: bold; }

/* Bootstrap Overwrite */
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

.no-left-padding {
  padding-left: 0; }

.no-right-padding {
  padding-right: 0; }

.center-block {
  float: none; }

.img-responsive {
  max-width: 100%; }

.modal-dialog {
  width: 40%; }

/* centered columns styles */
.row-centered {
  text-align: center; }

.row-left {
  text-align: left; }

.col-centered {
  display: inline-block;
  float: none;
  /* reset the text-align */
  text-align: left;
  /* inline-block space fix */
  margin-right: -4px; }

/* bxslider overwrite */
.bx-wrapper {
  background-color: #ffffff !important;
  width: 100%;
  border: 0 !important;
  margin-bottom: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none; }

.bx-wrapper img {
  width: 100% !important; }

.bx-wrapper .bx-controls-direction a {
  width: 40px;
  height: 40px; }

.bx-wrapper .bx-next, .bx-wrapper .bx-next:hover {
  background: url("../images/arrow_right.png") no-repeat; }

.bx-wrapper .bx-prev, .bx-wrapper .bx-prev:hover {
  background: url("../images/arrow_left.png") no-repeat; }

.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #122644;
  margin: 0 7px;
  opacity: 0.3; }

.bx-wrapper .bx-pager.bx-default-pager a.active {
  opacity: 1.0; }

.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
  z-index: 50;
  bottom: 20px; }

/*.bx-wrapper .bx-pager.bx-default-pager a {border: solid 1px $white; background: transparent; margin:0 11px;}*/
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #122644;
  margin: 0 7px;
  opacity: 0.5; }

/* Masonry */
.post-box {
  margin-bottom: 30px; }

.steps {
  text-align: center; }

.tag {
  text-align: center; }

.prodFilter label {
  display: inline-block; }

.label {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }

.prodFilter .regular-checkbox {
  display: none; }

.prodFilter .regular-checkbox + label {
  background-color: #cc6e5d;
  padding: 9px;
  border-radius: 4px;
  display: inline-block;
  position: relative; }

.prodFilter .regular-checkbox + label:active, .regular-checkbox:checked + label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), inset 0px 1px 3px rgba(0, 0, 0, 0.8); }

.prodFilter .regular-checkbox:checked + label:after {
  content: '\2714';
  font-size: 10px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #fff; }

.prodFilter .big-checkbox + label {
  padding: 14px; }

.prodFilter .big-checkbox:checked + label:after {
  font-size: 22px;
  left: 6px; }

.arrowclass,
.clockclass {
  -webkit-transition: all 0.8s ease; }

.arrowclass:hover,
.clockclass:hover {
  opacity: 0.7; }

.proba {
  margin-left: 180px;
  margin-top: -190px; }

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