/*
 //// GENERAL ////
*/
.row-content {
  padding: 35px 0;
}
@media screen and (max-width: 800px) {
  .row-content {
    padding: 20px 0;
  }
}

.breadcrumbs {
  color: #aeaeae;
  font-size: 12px;
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  .breadcrumbs {
    margin-bottom: 20px;
  }
}
.breadcrumbs a {
  color: #aeaeae;
  text-decoration: none;
}
.breadcrumbs a.active {
  border-bottom: 1px solid #aeaeae;
}

.product-item {
  float: left;
  text-align: center;
  position: relative;
}
.product-item .img-container {
  position: relative;
  text-decoration: none;
  display: block;
  margin-bottom: 6px;
  outline: 0;
  overflow: hidden;
}
.product-item .img-container img {
  display: block;
  margin: 0 auto 6px;
  height: 180px;
}
@media screen and (max-width: 900px) {
  .product-item .img-container img {
    height: 190px;
  }
}
@media screen and (max-width: 800px) {
  .product-item .img-container img {
    height: 220px;
  }
}
@media screen and (max-width: 600px) {
  .product-item .img-container img {
    height: 180px;
  }
}
@media screen and (max-width: 480px) {
  .product-item .img-container img {
    height: auto;
    width: 93%;
  }
}
.product-item .img-container .product-tag {
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  padding: 3px 6px;
  position: absolute;
  top: 120px;
  left: 16%;
  font-family: "montserratsemibold", sans-serif;
  border-radius: 3px;
}
@media screen and (max-width: 900px) {
  .product-item .img-container .product-tag {
    top: 100px;
  }
}
@media screen and (max-width: 800px) {
  .product-item .img-container .product-tag {
    top: 170px;
  }
}
@media screen and (max-width: 600px) {
  .product-item .img-container .product-tag {
    top: 150px;
  }
}
@media screen and (max-width: 480px) {
  .product-item .img-container .product-tag {
    top: 5px;
  }
}
.product-item .img-container .new {
  background-color: #f16a2e;
}
.product-item .img-container .sale {
  background-color: #0dac15;
}
.product-item p {
  font-size: 15px;
  line-height: 18px;
  padding: 0 10px;
  margin: 0;
  color: #808080;
}
.product-item p.text-sm {
  font-size: 12px;
  line-height: 15px;
  color: #aeaeae;
  margin-top: 2px;
}
.product-item p.text-sm a {
  color: #aeaeae;
  text-decoration: none;
}
.product-item p.text-sm a:hover {
  color: #f16a2e;
}
.product-item p.price {
  font-size: 18px;
  color: #197692;
  margin-top: 6px;
  font-family: "montserratsemibold", sans-serif;
}
.product-item p.price .cents {
  font-size: 10px;
  vertical-align: super;
  position: relative;
  top: 1px;
}
.product-item p.price.sale {
  color: #0dac15;
}
.product-item p.price.sale .old-price {
  font-size: 12px;
  color: #bebebe;
  text-decoration: line-through;
  margin-right: 5px;
}
.product-item select {
  margin-top: 10px;
  font-size: 12px;
  width: 86%;
  padding: 8px 40px 8px 10px;
}
.product-item .btn-cart {
  display: block;
  background-color: #fff;
  color: #f16a2e;
  border: 1px solid #f16a2e;
  text-align: center;
  font-size: 12px;
  text-decoration: none;
  padding: 8px;
  width: 42%;
  border-radius: 4px;
  box-sizing: border-box;
  transition: background-color 0.2s ease;
  float: left;
  margin: 6px 0 0 7%;
  line-height: 16px;
}
.product-item .btn-details {
  display: block;
  background-color: #fff;
  color: #197692;
  border: 1px solid #197692;
  text-align: center;
  font-size: 12px;
  text-decoration: none;
  padding: 8px;
  width: 42%;
  border-radius: 4px;
  box-sizing: border-box;
  transition: background-color 0.2s ease;
  float: right;
  margin: 6px 7% 0 0;
  line-height: 16px;
}
.product-item .btn-details.full {
  width: 86%;
  margin: 10px 7% 0 7%;
  float: none;
}

.product-item:hover .btn-cart {
  background-color: #f16a2e;
  color: #fff;
  border: 1px solid #f16a2e;
}
.product-item:hover .btn-cart:hover {
  background-color: #dd5b21;
  border: 1px solid #dd5b21;
}
.product-item:hover .btn-details {
  background-color: #197692;
  color: #fff;
  border: 1px solid #197692;
}
.product-item:hover .btn-details:hover {
  background-color: #0d5a71;
  border: 1px solid #0d5a71;
}

/*
 //// HOMEPAGE ////
*/
.row-search {
  background-color: #197692;
  padding: 25px 0;
  text-align: center;
  margin-bottom: 10px;
}
.row-search .container {
  max-width: 870px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .row-search .container {
    max-width: 790px;
  }
}
.row-search span {
  font-family: "montserratbold", sans-serif;
  display: block;
  float: left;
  text-transform: uppercase;
  font-size: 17px;
  color: #fff;
  letter-spacing: 1px;
  position: relative;
  top: 12px;
}
@media screen and (max-width: 800px) {
  .row-search span {
    float: none;
    top: 0;
    margin-bottom: 25px;
  }
}
.row-search #form_search {
  display: block;
  width: 480px;
  float: right;
}
@media screen and (max-width: 900px) {
  .row-search #form_search {
    width: 400px;
  }
}
@media screen and (max-width: 800px) {
  .row-search #form_search {
    float: none;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
  }
}
.row-search #form_search input[type="text"] {
  background-color: #fff;
  border-radius: 4px;
  font-size: 14px;
  padding: 15px 18px;
  border: 0;
  outline: 0;
  width: 400px;
  float: left;
  height: 50px;
}
@media screen and (max-width: 900px) {
  .row-search #form_search input[type="text"] {
    width: 320px;
  }
}
@media screen and (max-width: 900px) {
  .row-search #form_search input[type="text"] {
    width: calc(100% - 85px);
  }
}
.row-search #form_search input[type="submit"] {
  background: #0d5a71 url("../img/icon-search-white.png") no-repeat center center;
  width: 70px;
  text-indent: -9999px;
  float: right;
  border: 0;
  padding: 0;
  height: 50px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.row-search #form_search input[type="submit"]:hover {
  background-color: #094658;
}

.brands-grid {
  margin-bottom: 45px;
}
@media screen and (max-width: 800px) {
  .brands-grid {
    margin-bottom: 5px;
  }
}
.brands-grid a {
  display: block;
  width: 16.66666667%;
  float: left;
  margin-bottom: 20px;
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .brands-grid a {
    width: 20%;
  }
}
.brands-grid a img {
  width: 95%;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: filter 0.2s ease;
  transition: opacity 0.2s ease;
}
.brands-grid a p {
  text-align: center;
  font-size: 12px;
  line-height: 15px;
  color: #808080;
  padding: 0 12px;
  opacity: 0.8;
  transition: all 0.2s ease;
}
@media screen and (max-width: 900px) {
  .brands-grid a p {
    display: none;
  }
}
.brands-grid a:hover img {
  opacity: 1 !important;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.brands-grid a:hover p {
  opacity: 1;
}
.brands-grid a:nth-of-type(6n+7) {
  clear: both;
}
@media screen and (max-width: 600px) {
  .brands-grid a:nth-of-type(6n+7) {
    clear: none;
  }
}
@media screen and (max-width: 600px) {
  .brands-grid a:nth-of-type(5n+6) {
    clear: both;
  }
}
@media screen and (max-width: 600px) {
  .brands-grid a:nth-of-type(11), .brands-grid a:nth-of-type(12) {
    display: none;
  }
}

.category-blocks {
  margin-bottom: 45px;
}
.category-blocks a {
  float: left;
  width: 23.5%;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #197692;
  margin-right: 2%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .category-blocks a {
    width: 49%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 600px) {
  .category-blocks a {
    width: 48.5%;
    margin-right: 3%;
  }
}
.category-blocks a .outline {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 1px solid #fff;
  z-index: 200;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 480px) {
  .category-blocks a .outline {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }
}
.category-blocks a img {
  width: 100%;
  position: relative;
  z-index: 100;
  transition: transform 0.2s ease;
}
.category-blocks a .content {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 300;
  margin-top: -30px;
}
.category-blocks a .content h2 {
  color: #fff;
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 10px;
}
.category-blocks a .content p {
  font-size: 12px;
}
@media screen and (max-width: 800px) {
  .category-blocks a:nth-of-type(2) {
    margin-right: 0;
  }
}
.category-blocks a:nth-of-type(4) {
  margin-right: 0;
}
.category-blocks a:hover img {
  transform: scale(1.1);
}
.category-blocks a:hover .outline {
  opacity: 0.4;
}

.featured-products, .related-products {
  padding-top: 5px;
}
.featured-products .product-item, .related-products .product-item {
  width: 25%;
}
@media screen and (max-width: 800px) {
  .featured-products .product-item, .related-products .product-item {
    width: 50%;
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 480px) {
  .featured-products .product-item, .related-products .product-item {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 900px) {
  .featured-products .product-item .img-container img, .related-products .product-item .img-container img {
    height: 150px;
  }
}
@media screen and (max-width: 800px) {
  .featured-products .product-item .img-container img, .related-products .product-item .img-container img {
    height: 220px;
  }
}
@media screen and (max-width: 600px) {
  .featured-products .product-item .img-container img, .related-products .product-item .img-container img {
    height: 180px;
  }
}
@media screen and (max-width: 480px) {
  .featured-products .product-item .img-container img, .related-products .product-item .img-container img {
    height: auto;
  }
}
.featured-products .product-item:nth-of-type(4n+5), .related-products .product-item:nth-of-type(4n+5) {
  clear: both;
}
@media screen and (max-width: 800px) {
  .featured-products .product-item:nth-of-type(4n+5), .related-products .product-item:nth-of-type(4n+5) {
    clear: none;
  }
}
@media screen and (max-width: 800px) {
  .featured-products .product-item:nth-of-type(2n+3), .related-products .product-item:nth-of-type(2n+3) {
    clear: both;
  }
}

.featured-products .product-item {
  margin-bottom: 35px;
}
@media screen and (max-width: 800px) {
  .featured-products .product-item {
    margin-bottom: 55px;
  }
}

.related-products {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 30px;
}
@media screen and (max-width: 800px) {
  .related-products {
    padding-bottom: 0;
  }
}
.related-products .product-item {
  margin-bottom: 55px;
}

/*
 //// SHOP PAGES ////
*/
.shop-sidebar {
  float: left;
  width: 210px;
}
@media screen and (max-width: 800px) {
  .shop-sidebar {
    float: none;
    width: 100%;
    display: none;
  }
}
.shop-sidebar .sidebar-block {
  margin-bottom: 15px;
}
@media screen and (max-width: 800px) {
  .shop-sidebar .sidebar-block {
    float: left;
    width: 30%;
  }
}
.shop-sidebar .sidebar-block h3 {
  background-color: #197692;
  color: #fff;
  padding: 14px 18px;
  margin: 0;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.shop-sidebar .sidebar-block ul {
  list-style: none;
  margin: 0;
  padding: 14px 18px;
  border: 1px solid #ebebeb;
  border-top: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.shop-sidebar .sidebar-block ul li {
  margin-bottom: 2px;
}
.shop-sidebar .sidebar-block ul li a {
  color: #808080;
  text-decoration: none;
  font-size: 13px;
  line-height: 15px;
  transition: color 0.2s ease;
}
.shop-sidebar .sidebar-block ul li a:hover, .shop-sidebar .sidebar-block ul li a.active {
  color: #f16a2e;
}
.shop-sidebar .sidebar-block ul li a.active {
  font-family: "montserratregular", sans-serif;
}
.shop-sidebar .sidebar-block ul li label {
  color: #808080;
  text-decoration: none;
  font-size: 13px;
  line-height: 15px;
  cursor: pointer;
}
.shop-sidebar .sidebar-block ul li label input[type="checkbox"] {
  border: 1px solid #ebebeb;
  outline: 0;
  margin-left: 0;
  margin-right: 8px;
}
.shop-sidebar .sidebar-block ul li label span {
  color: #f16a2e;
  font-family: "montserratregular", sans-serif;
}

.shop-content {
  float: right;
  width: calc(100% - 250px);
  position: relative;
}
@media screen and (max-width: 800px) {
  .shop-content {
    float: none;
    width: 100%;
  }
}
.shop-content .brand-page-logo {
  position: absolute;
  top: 0;
  right: 0;
  max-height: 80px;
}
@media screen and (max-width: 600px) {
  .shop-content .brand-page-logo {
    display: none;
  }
}
.shop-content .brand-image {
  position: relative;
  margin-bottom: 25px;
}
.shop-content .brand-image div {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  background-color: rgba(25, 118, 146, 0.7);
}
@media screen and (max-width: 600px) {
  .shop-content .brand-image div {
    position: relative;
    padding: 0;
    background-color: #fff;
  }
}
.shop-content .brand-image div p {
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .shop-content .brand-image div p {
    color: #808080;
  }
}
.shop-content .brand-image img {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .shop-content .brand-image img {
    margin-bottom: 15px;
  }
}
.shop-content .brands-grid {
  margin: 20px 0 -20px;
}
.shop-content .brands-grid a {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .shop-content .brands-grid a {
    width: 20%;
  }
}
@media screen and (max-width: 600px) {
  .shop-content .brands-grid a:last-of-type {
    display: none;
  }
}
.shop-content .category-img {
  width: 100%;
  margin-top: 15px;
}
.shop-content .sort-bar {
  background-color: #ebebeb;
  margin-top: 40px;
  margin-bottom: 50px;
  border-radius: 4px;
  padding: 15px;
}
.shop-content .sort-bar .product-count {
  float: left;
  font-size: 12px;
  position: relative;
  top: 6px;
  left: 10px;
}
@media screen and (max-width: 960px) {
  .shop-content .sort-bar .product-count {
    float: none;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    margin-bottom: 15px;
    padding: 8px;
    background-color: #aeaeae;
    border-radius: 3px;
    box-sizing: border-box;
    color: #fff;
  }
}
@media screen and (max-width: 480px) {
  .shop-content .sort-bar .product-count {
    margin-bottom: 10px;
  }
}
.shop-content .sort-bar .product-count .qty {
  font-size: 15px;
  font-family: "montserratsemibold", sans-serif;
}
.shop-content .sort-bar .product-count .label {
  font-style: italic;
}
.shop-content .sort-bar .product-count a {
  text-decoration: none;
  color: #808080;
  border-bottom: 1px solid #808080;
}
@media screen and (max-width: 600px) {
  .shop-content .sort-bar .product-count a {
    color: #fff;
    border-bottom: none;
  }
}
.shop-content .sort-bar .sort-right {
  float: right;
}
@media screen and (max-width: 960px) {
  .shop-content .sort-bar .sort-right {
    float: none;
    text-align: center;
  }
}
.shop-content .sort-bar .sort-right div {
  float: right;
  margin-left: 20px;
}
@media screen and (max-width: 960px) {
  .shop-content .sort-bar .sort-right div {
    display: inline-block;
    float: none;
  }
}
@media screen and (max-width: 870px) {
  .shop-content .sort-bar .sort-right div {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 800px) {
  .shop-content .sort-bar .sort-right div {
    display: inline-block;
  }
}
.shop-content .sort-bar .sort-right div span {
  display: inline-block;
  font-size: 12px;
}
@media screen and (max-width: 870px) {
  .shop-content .sort-bar .sort-right div span {
    margin-bottom: 6px;
  }
}
.shop-content .sort-bar .sort-right div select {
  border: 0;
  outline: 0;
  height: 35px;
  font-size: 12px;
  margin-left: 3px;
  background: #fff url("../img/select-arrow-sm.png") no-repeat right center;
  padding: 0 30px 0 10px;
}
@media screen and (max-width: 650px) {
  .shop-content .sort-bar .sort-right div select {
    margin-left: 0;
  }
}
.shop-content .sort-bar .sort-right div select#form_size_filter {
  width: 140px;
}
@media screen and (max-width: 870px) {
  .shop-content .sort-bar .sort-right div select#form_size_filter {
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .shop-content .sort-bar .sort-right div select#form_size_filter {
    width: 100%;
  }
}
.shop-content .sort-bar .sort-right div select#form_sort {
  width: 155px;
}
@media screen and (max-width: 870px) {
  .shop-content .sort-bar .sort-right div select#form_sort {
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .shop-content .sort-bar .sort-right div select#form_sort {
    width: 100%;
  }
}
.shop-content .sort-bar .sort-right div select#form_paging {
  width: 55px;
}
@media screen and (max-width: 600px) {
  .shop-content .sort-bar .sort-right div select#form_paging {
    width: 100px;
  }
}
@media screen and (max-width: 870px) {
  .shop-content .sort-bar .sort-right div select#form_paging {
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .shop-content .sort-bar .sort-right div select#form_paging {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .shop-content .sort-bar .sort-right div:first-of-type {
    margin-left: 0;
  }
}
.shop-content .sort-bar .sort-right div:last-of-type {
  margin-left: 20px;
}
@media screen and (max-width: 870px) {
  .shop-content .sort-bar .sort-right div:last-of-type {
    margin-left: 0;
  }
}
.shop-content .sort-bar.bottom {
  margin-top: 0;
}

.products-grid .product-item {
  width: 33.333333%;
  margin-bottom: 50px;
}
@media screen and (max-width: 900px) {
  .products-grid .product-item {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .products-grid .product-item {
    width: 100%;
    float: none;
  }
}
.products-grid .product-item:nth-of-type(3n+4) {
  clear: both;
}
@media screen and (max-width: 900px) {
  .products-grid .product-item:nth-of-type(3n+4) {
    clear: none;
  }
}
@media screen and (max-width: 900px) {
  .products-grid .product-item:nth-of-type(2n+3) {
    clear: both;
  }
}

/*
 //// PRODUCT DETAILS ////
*/
.mobile-details {
  display: none;
}
@media screen and (max-width: 800px) {
  .mobile-details {
    display: block;
  }
}

.desktop-details {
  display: block;
}
@media screen and (max-width: 800px) {
  .desktop-details {
    display: none;
  }
}

.product-details .product-images {
  float: right;
  width: 54%;
  position: relative;
}
@media screen and (max-width: 800px) {
  .product-details .product-images {
    float: none;
    width: 90%;
    margin: 0 auto 40px;
  }
}
.product-details .product-images a {
  outline: 0;
  display: block;
  margin-bottom: 10px;
  position: relative;
}
.product-details .product-images a span {
  position: absolute;
  right: 13%;
  bottom: 20px;
  width: 27px;
  height: 26px;
  background: transparent url("../img/icon-enlarge.png");
  text-indent: -9999px;
  opacity: 0.6;
  transition: opacity 0.2s ease;
  outline: 0;
}
.product-details .product-images a img {
  width: 100%;
}
.product-details .product-images a:hover span {
  opacity: 1;
}
.product-details .product-images .additional-images .additional-image {
  float: left;
  width: 17.6%;
  margin-bottom: 0;
  margin-right: 3%;
}
.product-details .product-images .additional-images .additional-image:nth-of-type(5n) {
  margin-right: 0;
}
.product-details .product-images .additional-images .additional-image:nth-of-type(5n+6) {
  clear: both;
}
.product-details .product-info {
  float: left;
  width: 44%;
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  .product-details .product-info {
    float: none;
    width: 100%;
  }
}
.product-details .product-info .addthis_inline_share_toolbox {
  margin-bottom: 15px;
}
.product-details .product-info .price {
  font-family: "montserratbold", sans-serif;
  font-size: 25px;
  color: #197692;
  margin: 20px 0 30px;
}
.product-details .product-info .price span.label {
  font-family: "montserratlight", sans-serif;
  font-size: 16px;
  position: relative;
  top: -3px;
}
.product-details .product-info .price span.cents {
  vertical-align: super;
  font-size: 13px;
}
.product-details .product-info .price.sale {
  color: #0dac15;
}
.product-details .product-info .price.sale .old-price {
  font-size: 14px;
  color: #bebebe;
  text-decoration: line-through;
  margin-right: 5px;
  display: block;
  font-family: "montserratlight", sans-serif;
}
.product-details .product-info .shipping-message {
  display: inline-block;
  padding: 12px 15px 0;
}
.product-details .product-info .shipping-message p {
  position: relative;
  margin-bottom: 12px;
}
.product-details .product-info .shipping-message p:before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 16px;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.product-details .product-info .shipping-message.notify p:before {
  background: transparent url("../img/icon-truck-blue.png") no-repeat center center;
}
.product-details .product-info .shipping-message.success p:before {
  background: transparent url("../img/icon-truck-green.png") no-repeat center center;
}
.product-details .product-info #form_add_to_cart p {
  margin-bottom: 5px;
}
.product-details .product-info #form_add_to_cart select {
  display: block;
  width: 250px;
  border: 1px solid #ebebeb;
  outline: 0;
  margin-bottom: 10px;
  background: #fff url("../img/select-arrow-lg.png") no-repeat right center;
}
@media screen and (max-width: 480px) {
  .product-details .product-info #form_add_to_cart select {
    width: 100%;
  }
}
.product-details .product-info #form_add_to_cart input[type="submit"] {
  display: inline-block;
  line-height: 18px;
  background-color: #f16a2e;
}
.product-details .product-info #form_add_to_cart input[type="submit"]:hover {
  background-color: #dd5b21;
}
.product-details .product-info #form_add_to_cart input[type="submit"].add-to-wishlist {
  background-color: #197692;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  box-sizing: border-box;
  padding: 12px 15px;
  outline: 0;
  text-decoration: none;
  display: inline-block;
  line-height: 18px;
}
.product-details .product-info #form_add_to_cart input[type="submit"].add-to-wishlist:hover {
  background-color: #0d5a71;
}

.details-sizing-bar {
  text-align: center;
  padding: 15px;
  background-color: #ebebeb;
  margin-top: 30px;
  margin-bottom: 40px;
  border-radius: 4px;
  box-sizing: border-box;
}
.details-sizing-bar p {
  margin: 0;
}

.view-all {
  text-align: center;
  margin: -35px 0 30px;
}

.about-brand {
  margin-top: 30px;
  margin-bottom: 40px;
}
.about-brand .about-brand-logo {
  float: right;
  margin: 0 0 0 20px;
}
@media screen and (max-width: 480px) {
  .about-brand .about-brand-logo {
    display: none;
  }
}
.about-brand .full-img {
  width: 100%;
}

/*
 //// GROUP SALES ////
*/
.featured-products.group-sales {
  margin-top: 30px;
}
.featured-products.group-sales .product-item {
  margin-bottom: 20px;
}

/*
 //// LIFESTYLE ////
*/
.article-item {
  border-top: 1px solid #ebebeb;
  padding-top: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  .article-item {
    margin-bottom: 0;
  }
}
.article-item img {
  width: 200px;
  float: left;
}
@media screen and (max-width: 800px) {
  .article-item img {
    width: 140px;
  }
}
@media screen and (max-width: 480px) {
  .article-item img {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}
.article-item div {
  float: right;
  width: calc(100% - 225px);
}
@media screen and (max-width: 800px) {
  .article-item div {
    width: calc(100% - 165px);
  }
}
@media screen and (max-width: 480px) {
  .article-item div {
    width: 100%;
    float: none;
  }
}
.article-item div h3 {
  margin-top: 10px;
}
@media screen and (max-width: 800px) {
  .article-item div h3 {
    margin-top: 5px;
  }
}
.article-item div h3 a {
  color: #197692;
  text-decoration: none;
}

/*
 //// NEWSLETTER ////
*/
.newsletter-left, .contact-left {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-right: 20px;
}
@media screen and (max-width: 800px) {
  .newsletter-left, .contact-left {
    float: none;
    width: 100%;
    padding-right: 0;
  }
}

.newsletter-right, .contact-right {
  float: right;
  width: 50%;
  box-sizing: border-box;
  padding-left: 20px;
}
@media screen and (max-width: 800px) {
  .newsletter-right, .contact-right {
    float: none;
    width: 100%;
    padding-left: 0;
  }
}

.contact-socials {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}
.contact-socials li {
  display: block;
  float: left;
  margin-right: 6px;
}
.contact-socials li a {
  display: block;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
}
.contact-socials li a.facebook {
  background: transparent url("../img/icon-facebook-lg.png");
  background-size: 50px 50px;
}
.contact-socials li a.twitter {
  background: transparent url("../img/icon-twitter-lg.png");
  background-size: 50px 50px;
}
.contact-socials li a.pinterest {
  background: transparent url("../img/icon-pinterest-lg.png");
  background-size: 50px 50px;
}
.contact-socials li a.instagram {
  background: transparent url("../img/icon-instagram-lg.png");
  background-size: 50px 50px;
}

/*
 //// WISHLISTS ////
*/
.wishlists-left {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-right: 20px;
}
@media screen and (max-width: 800px) {
  .wishlists-left {
    float: none;
    width: 100%;
    padding-right: 0;
  }
}

.wishlists-right {
  float: right;
  width: 50%;
  box-sizing: border-box;
  padding-left: 20px;
}
@media screen and (max-width: 800px) {
  .wishlists-right {
    float: none;
    width: 100%;
    padding-left: 0;
  }
}

/*
 //// GALLERY ////
*/
.gallery-list {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}
.gallery-list li {
  float: left;
  width: 25%;
  margin-bottom: 25px;
  box-sizing: border-box;
  padding: 0 10px;
}
@media screen and (max-width: 800px) {
  .gallery-list li {
    width: 33.333333%;
  }
}
@media screen and (max-width: 600px) {
  .gallery-list li {
    width: 50%;
  }
}
.gallery-list li a {
  display: block;
  outline: 0;
  text-decoration: none;
  color: #808080;
  text-align: center;
  font-size: 12px;
}
.gallery-list li a img {
  width: 100%;
  margin-bottom: 6px;
}
.gallery-list li:nth-of-type(4n+5) {
  clear: both;
}
@media screen and (max-width: 800px) {
  .gallery-list li:nth-of-type(4n+5) {
    clear: none;
  }
}
@media screen and (max-width: 800px) {
  .gallery-list li:nth-of-type(3n+4) {
    clear: both;
  }
}
@media screen and (max-width: 600px) {
  .gallery-list li:nth-of-type(3n+4) {
    clear: none;
  }
}
@media screen and (max-width: 600px) {
  .gallery-list li:nth-of-type(2n+3) {
    clear: both;
  }
}

/*
 //// ACCOUNT PAGES ////
*/
.account-left {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-right: 20px;
}
@media screen and (max-width: 800px) {
  .account-left {
    float: none;
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
}

.account-right {
  float: right;
  width: 50%;
  box-sizing: border-box;
  padding-left: 20px;
}
@media screen and (max-width: 800px) {
  .account-right {
    float: none;
    width: 100%;
    padding-left: 0;
  }
}

#fake-tabs {
  margin-bottom: 30px;
}
#fake-tabs ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #ebebeb;
}
@media screen and (max-width: 800px) {
  #fake-tabs ul {
    display: none;
  }
}
#fake-tabs ul li {
  display: inline-block;
  margin-right: 10px;
}
#fake-tabs ul li a {
  display: block;
  padding: 12px;
  text-decoration: none;
  border: 1px solid #ebebeb;
  border-bottom: 0;
  color: #808080;
}
#fake-tabs ul li.ui-state-active a {
  background-color: #f16a2e;
  color: #fff;
  border: 1px solid #f16a2e;
  border-bottom: 0;
}
#fake-tabs #mobile-account-tabs {
  display: none;
  width: 100%;
}
@media screen and (max-width: 800px) {
  #fake-tabs #mobile-account-tabs {
    display: block;
  }
}

#order-history-list .history-headers {
  width: 100%;
  border-bottom: 1px solid #ebebeb;
}
#order-history-list .history-headers div {
  float: left;
  font-size: 15px;
  font-family: "montserratregular", sans-serif;
  padding: 10px 0;
}
#order-history-list .history-item {
  width: 100%;
  border-bottom: 1px solid #ebebeb;
}
#order-history-list .history-item div {
  float: left;
  font-size: 14px;
  padding: 10px 0;
}
#order-history-list .history-number {
  width: 20%;
}
#order-history-list .history-status {
  width: 20%;
}
#order-history-list .history-date {
  width: 20%;
}
#order-history-list .history-qty {
  width: 20%;
}
#order-history-list .history-total {
  width: 20%;
}

#cart-items {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
}
#cart-items .cart-item {
  border-top: 1px solid #ebebeb;
  padding: 15px 0;
}
#cart-items .cart-item .image {
  float: left;
  width: 200px;
  display: block;
}
@media screen and (max-width: 480px) {
  #cart-items .cart-item .image {
    width: 100px;
  }
}
@media screen and (max-width: 480px) {
  #cart-items .cart-item .image {
    float: none;
    width: 100%;
  }
}
#cart-items .cart-item .image img {
  width: 100%;
}
@media screen and (max-width: 650px) {
  #cart-items .cart-item .image img {
    margin-bottom: 10px;
  }
}
#cart-items .cart-item .cart-details {
  float: left;
  width: calc(100% - 350px);
  box-sizing: border-box;
  padding-top: 10px;
  padding-left: 20px;
}
@media screen and (max-width: 650px) {
  #cart-items .cart-item .cart-details {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 480px) {
  #cart-items .cart-item .cart-details {
    float: none;
    width: 100%;
    padding-left: 0;
  }
}
#cart-items .cart-item .cart-details h4 {
  margin-bottom: 6px;
}
#cart-items .cart-item .cart-details h4 a {
  text-decoration: none;
  color: #197692;
}
#cart-items .cart-item .cart-details p.price {
  font-family: "montserratbold", sans-serif;
  font-size: 17px;
  color: #197692;
}
#cart-items .cart-item .cart-details p.cart-options {
  color: #ebebeb;
}
#cart-items .cart-item .cart-details p.cart-options span {
  margin: 0 4px;
}
#cart-items .cart-item .cart-details .gift-message textarea {
  height: 100px;
  width: 300px;
}
@media screen and (max-width: 600px) {
  #cart-items .cart-item .cart-details .gift-message textarea {
    width: 100%;
  }
}
#cart-items .cart-item .qty {
  float: right;
  width: 150px;
}
@media screen and (max-width: 650px) {
  #cart-items .cart-item .qty {
    float: none;
    padding-left: 20px;
  }
}
@media screen and (max-width: 480px) {
  #cart-items .cart-item .qty {
    width: 100%;
    padding-left: 0;
  }
}
#cart-items .cart-item .qty input[type="text"] {
  width: 60px;
  float: left;
}
@media screen and (max-width: 480px) {
  #cart-items .cart-item .qty input[type="text"] {
    width: 48%;
  }
}
#cart-items .cart-item .qty input[type="submit"] {
  float: right;
}
@media screen and (max-width: 480px) {
  #cart-items .cart-item .qty input[type="submit"] {
    width: 48%;
  }
}
#cart-items .cart-item .qty p {
  text-align: right;
  margin-top: 15px;
}
@media screen and (max-width: 650px) {
  #cart-items .cart-item .qty p {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  #cart-items .cart-item .qty p {
    text-align: left;
  }
}

.cart-totals h4 {
  text-align: right;
}
@media screen and (max-width: 650px) {
  .cart-totals h4 {
    text-align: left;
  }
}

.checkout-left {
  float: left;
  width: 33.333333%;
  box-sizing: border-box;
  padding-right: 20px;
}
@media screen and (max-width: 800px) {
  .checkout-left {
    float: none;
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.checkout-left h2 {
  margin-bottom: 7px;
}
.checkout-left select {
  width: 100%;
  padding-right: 40px;
}

.checkout-right {
  float: right;
  width: 66.666666%;
  box-sizing: border-box;
  padding-left: 20px;
}
@media screen and (max-width: 800px) {
  .checkout-right {
    float: none;
    width: 100%;
    padding-left: 0;
  }
}
.checkout-right .review-items {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #ebebeb;
  padding-top: 8px;
}
.checkout-right .review-items .review-item {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 8px;
  padding-bottom: 8px;
}
.checkout-right .review-items .review-item div {
  float: left;
  width: 75%;
}
@media screen and (max-width: 480px) {
  .checkout-right .review-items .review-item div {
    float: none;
    width: 100%;
  }
}
.checkout-right .review-items .review-item div h4 {
  color: #197692;
  margin: 0;
}
.checkout-right .review-items .review-item div p {
  margin: 0;
}
.checkout-right .review-items .review-item div p.msg_edit .edit {
  padding: 0 5px;
  margin-left: 3px;
  font-size: 13px;
}
.checkout-right .review-items .review-item div .gift-msg-container .gift-msg {
  margin-top: 3px;
  padding: 4px 8px;
  width: 100%;
  max-width: 300px;
}
@media screen and (max-width: 480px) {
  .checkout-right .review-items .review-item div .gift-msg-container .gift-msg {
    margin-bottom: 5px;
  }
}
.checkout-right .review-items .review-item div .gift-msg-container .btn-secondary {
  padding: 4px 15px;
  position: relative;
  top: -2px;
}
.checkout-right .review-items .review-item p.price {
  float: right;
  margin: 0;
  width: 25%;
  text-align: right;
}
@media screen and (max-width: 480px) {
  .checkout-right .review-items .review-item p.price {
    float: none;
    width: 100%;
    text-align: left;
  }
}
.checkout-right .summary {
  padding: 6px;
}
.checkout-right .summary .left {
  float: left;
  margin: 0;
}
.checkout-right .summary .right {
  float: right;
  margin: 0;
}
.checkout-right .summary-top {
  border-bottom: 1px solid #ebebeb;
  font-family: "montserratregular", sans-serif;
}
.checkout-right .summary-total {
  background-color: #ebebeb;
  font-family: "montserratregular", sans-serif;
}
.checkout-right #expiration select {
  float: left;
  width: calc(50% - 10px);
}
.checkout-right #expiration span {
  float: left;
  width: 20px;
  text-align: center;
  padding-top: 10px;
}

.row-footer {
  border-top: 1px solid #ebebeb;
  padding: 40px 0;
  text-align: center;
}
.row-footer .footer-block {
  display: block;
  float: left;
  margin: 0;
  width: 33.33333%;
}
@media screen and (max-width: 600px) {
  .row-footer .footer-block {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
}
.row-footer .footer-block h3 {
  margin-bottom: 8px;
  color: #808080;
}
.row-footer .footer-block h3 a {
  color: #808080;
  text-decoration: none;
}
.row-footer .footer-block h3 a:hover {
  color: #f16a2e;
}
.row-footer .footer-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.row-footer .footer-block ul li {
  margin-bottom: 2px;
}
.row-footer .footer-block ul li a {
  font-size: 13px;
  color: #808080;
  text-decoration: none;
}
.row-footer .footer-block ul li a:hover {
  color: #f16a2e;
}
@media screen and (max-width: 400px) {
  .row-footer .footer-block:last-of-type {
    margin-bottom: 0;
  }
}
.row-footer img {
  margin-top: 30px;
  width: 220px;
}

.row-copyright {
  border-top: 1px solid #ebebeb;
  /*background:#fff url('../img/cards.jpg') no-repeat center center;*/
  background-size: 210px auto;
  padding: 45px 0;
  /*@media screen and (max-width: 880px) {
  	padding-top:65px;
  	padding-bottom:15px;
  	background:#fff url('../img/cards.jpg') no-repeat center 18px;
  	background-size:220px auto;
  }*/
}
.row-copyright p {
  margin: 0;
  font-size: 12px;
  color: #c5c5c5;
}
.row-copyright p a {
  text-decoration: none;
  color: #c5c5c5;
  transition: color 0.2s ease;
}
.row-copyright p a:hover {
  color: #808080;
}
.row-copyright .left {
  float: left;
}
@media screen and (max-width: 880px) {
  .row-copyright .left {
    float: none;
    text-align: center;
  }
}
.row-copyright .right {
  float: right;
}
@media screen and (max-width: 880px) {
  .row-copyright .right {
    float: none;
    text-align: center;
  }
}

/* //// BUTTONS //// */
.btn, .btn-primary, .btn-secondary, .btn-large, .btn-touch {
  display: inline-block;
  border: 0;
  border-radius: 4px;
  color: #fff;
  padding: 13px 20px;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: "yanone_kaffeesatzregular", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
}

.btn-primary {
  background-color: #197692;
}

.btn-primary:hover {
  background-color: #0d5a71;
}

.btn-secondary {
  background-color: #f16a2e;
}

.btn-small {
  font-size: 15px;
  padding: 10px 15px;
}

.btn-large {
  font-size: 1.5em;
}
@media screen and (max-width: 480px) {
  .btn-large {
    display: block;
    font-size: 1em;
    width: 100%;
    text-align: center;
  }
}

a.btn-large {
  padding: 15px 25px;
  line-height: 66px;
}
@media screen and (max-width: 480px) {
  a.btn-large {
    line-height: 36px;
  }
}

button.btn, button.btn-primary, button.btn-secondary, button.btn-large, button.btn-touch {
  cursor: pointer;
  padding: 0 15px;
}

button.btn-large {
  padding: 10px 25px;
}

@media screen and (max-width: 480px) {
  .btn-touch {
    width: 100%;
  }
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #aeaeae;
}

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

:-ms-input-placeholder {
  /* IE 10+ */
  color: #aeaeae;
}

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

form {
  font-family: "montserratlight", sans-serif;
  color: #808080;
}

input, select, textarea {
  font-family: "montserratlight", sans-serif;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 14px;
  box-sizing: border-box;
  padding: 12px 15px;
  outline: 0;
}

input[type="checkbox"] {
  padding: 0;
  margin: 0;
}

textarea {
  height: 220px;
}

select {
  background: #fff url("../img/select-arrow-lg.png") no-repeat right center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

input[type="submit"], button {
  display: block;
  background-color: #197692;
  color: #fff;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="submit"]:hover, button:hover {
  background-color: #0d5a71;
}

.form-regular .form-block {
  margin-bottom: 12px;
}
.form-regular .form-block .form-50 {
  width: 49%;
  float: left;
  margin-right: 2%;
}
@media screen and (max-width: 600px) {
  .form-regular .form-block .form-50 {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 12px;
  }
}
.form-regular .form-block .form-50:nth-of-type(2) {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .form-regular .form-block .form-50:nth-of-type(2) {
    margin-bottom: 0;
  }
}
.form-regular .form-block .form-100 {
  width: 100%;
}
.form-regular .form-block p.form-label {
  font-family: "montserratregular", sans-serif;
  margin-bottom: 4px;
}
.form-regular .form-block input[type="text"], .form-regular .form-block input[type="email"], .form-regular .form-block input[type="password"], .form-regular .form-block textarea, .form-regular .form-block select {
  width: 100%;
}
.form-regular .form-block button {
  display: block;
}

#form_login input[type="submit"] {
  display: inline-block;
}
#form_login .btn-secondary {
  display: inline-block;
  padding: 11px 20px;
}
