﻿
/** Container for shapes filter **/

#bdc-shapes-customization {
  height: 68px;
  margin-bottom: 10px;
  text-align: center;
}

  #bdc-shapes-customization div {
    height: 68px;
    width: 272px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
  }

@media all and (min-width: 1025px) {

  #bdc-shapes-customization {
    text-align: left;
    margin-bottom: 20px;
  }

    #bdc-shapes-customization div {
      margin-left: 0 !important;
    }
}


/** Shapes **/

.bdc-radio-list {
  list-style-type: none;
  padding: 0;
}

  .bdc-radio-list li {
    float: left;
    margin-left: 3px;
    margin-right: 3px;
    width: 62px;
    height: 67px;
    position: relative;
  }

  .bdc-radio-list label,
  .bdc-radio-list input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

    .bdc-radio-list input[type="radio"] {
      opacity: 0.01;
      z-index: 100;
      visibility: hidden;
    }

      .bdc-radio-list input[type="radio"]:checked + label,
      .Checked + label {
        background: #11c9f5;
        color: #ffffff;
        font-weight: 400;
      }

  .bdc-radio-list label {
    padding-top: 5px;
    cursor: pointer;
    z-index: 90;
    font-family: "HirukoPro-Lt","Arial",sans-serif;
    font-size: 12px;
    font-weight: 400;
    border-radius: 5px;
    text-align: center;
  }

    .bdc-radio-list label:hover {
      background: #f6f6f6;
    }

  .bdc-radio-list input[type="radio"] + label:before {
    content: none;
  }

/** Hides the 7Spikes filters **/

#bdc-filters-customization {
  visibility: hidden;
  height: 0px !important;
  max-height: 0px !important;
}

/** Container for photo filter **/

#bdc-imagetype-customization {
  height: 20px;
  margin-bottom: 20px;
  text-align: center;
}

  #bdc-imagetype-customization div {
    width: 292px;
    height: 20px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
  }

@media all and (min-width: 1025px) {

  #bdc-imagetype-customization {
    display: none;
  }
}

/** I have a photo filter **/

.bdc-radio-list-imagetype {
  list-style-type: none;
  padding: 0;
}

  .bdc-radio-list-imagetype li {
    float: left;
    margin-left: 3px;
    margin-right: 3px;
    padding: 5px 10px;
    position: relative;
    width: 140px;
    height: 27px;
  }

  .bdc-radio-list-imagetype label,
  .bdc-radio-list-imagetype input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .bdc-radio-list-imagetype label {
    padding-top: 5px;
    cursor: pointer;
    z-index: 90;
    font-family: "HirukoPro-Lt", "Arial", sans-serif;
    font-size: 13px;
    font-weight: 400;
    border-radius: 3px;
    text-align: center;
  }

  .bdc-radio-list-imagetype input[type="radio"] {
    opacity: 0.01;
    z-index: 100;
    visibility: hidden;
  }

    .bdc-radio-list-imagetype input[type="radio"]:checked + label {
      background: #11c9f5;
      color: #ffffff;
      font-weight: 400;
    }

  .bdc-radio-list-imagetype label:hover {
    background: #f6f6f6;
  }

  .bdc-radio-list-imagetype input[type="radio"] + label:before {
    content: none;
  }

/** I have a photo filter - left column above categories **/

.block-icfilter-photo > .title {
  background-color: #f63278;
  color: #ffffff;
}

.icfilter-placeholder.listbox {
  padding-left: 10px;
  padding-right: 10px;
}

.icfilter-bdc-radio-list-imagetype {
  list-style-type: none;
  padding: 0;
  margin: 0 !important;
  width: 100%;
}

  .icfilter-bdc-radio-list-imagetype li {
    float: left;
    padding: 5px 10px;
    position: relative;
    width: 134px;
    height: 27px;
  }

  .icfilter-bdc-radio-list-imagetype label,
  .icfilter-bdc-radio-list-imagetype input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .icfilter-bdc-radio-list-imagetype label {
    padding-top: 5px;
    cursor: pointer;
    z-index: 90;
    font-family: "HirukoPro-Lt", "Arial", sans-serif;
    font-size: 13px;
    font-weight: 400;
    border-radius: 3px;
    text-align: center;
  }

  .icfilter-bdc-radio-list-imagetype input[type="radio"] {
    opacity: 0.01;
    z-index: 100;
    visibility: hidden;
  }

    .icfilter-bdc-radio-list-imagetype input[type="radio"]:checked + label {
      background: #11c9f5;
      color: #ffffff;
      font-weight: 400;
    }

  .icfilter-bdc-radio-list-imagetype label:hover {
    background: #f6f6f6;
  }

  .icfilter-bdc-radio-list-imagetype input[type="radio"] + label:before {
    content: none;
  }


/** New categories filters **/

.main-category-item {
  font: normal 14px 'HirukoPro-Lt', 'Roboto', sans-serif;
  padding-bottom: 8px;
  cursor: pointer;
}

.block .list .main-category-item a {
  font: normal 14px 'HirukoPro-Lt', 'Roboto', sans-serif;
  padding-bottom: 8px;
}

.block .list .main-category-item.active a {
  font: normal 15px 'HirukoPro-Lt', 'Roboto', sans-serif;
  padding-bottom: 10px;
}

.sub-category-checkbox {
  font: normal 15px 'HirukoPro-Lt', 'Roboto', sans-serif;
  padding-bottom: 10px;
}

.main-category-item .sublist {
  padding-top: 10px;
}

.main-category-item a, .main-category-item label {
  cursor: pointer;
}

/** show categories button for mobile **/

.bdc-categories-button-wrapper {
  display: none;
}

.bdc-categories-button {
  font: normal 15px 'HirukoPro-Lt', 'Roboto', sans-serif;
  color: #8c8c8c;
  background-color: #ffffff;
  border: none;
}

.bdc-categories-button-text {
  position: absolute;
  left: 0;
  top: 0;
}

.bdc-categories-button-caption:after {
  content: "\e904";
  font-size: 21px;
  margin-left: 38px;
  position: relative;
  top: -4px;
}

@media all and (max-width: 1024px) {
  .bdc-breadcrumb-container > div.bdc-categories-button-wrapper {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
}

/** breadcrumb **/
@media all and (max-width: 1024px) {

  .bdc-breadcrumb-container {
    position: relative;
    height: 30px;
  }

  .breadcrumb {
    text-align: right;
  }

  .mobile-name-holder .breadcrumb {
    margin: 0 0 !important;
    text-align: left !important;
  }

  .breadcrumb li {
    font-size: 12px;
  }

  .breadcrumb .delimiter {
    margin: 0;
  }
}

/** categories in popup window for mobile **/

#bdc-category-filter-body {
  display: block;
}

#bdc-category-navigation-body {
  display: block;
}

#bdc-category-filter-placeholder {
  border: none;
}

#bdc-category-navigation-placeholder {
  border: none;
}

@media all and (min-width: 1025px) {

  #bdc-category-navigation-placeholder {
    display: none;
  }
}

.bdc-close-side-menu {
  position: relative;
  padding: 14px 20px 14px 20px;
  font-size: 17px;
  color: #444444;
  background-color: #f6f6f6;
  text-align: left;
}

.bdc-close-side-menu-btn {
  float: right;
  font-size: 0 !important;
}

@media (max-width: 1024px) {

  .bdc-close-side-menu-btn:before {
    content: "\7a";
    display: inline-block;
    margin: 0 !important;
    font-family: "emporium-icons";
    text-transform: none;
    font-size: 16px;
    color: #444444 !important;
    vertical-align: bottom;
    box-sizing: border-box;
  }

  .side-2 {
    display: none;
  }
}

.bdc-category-filter-btn-container {
  padding: 14px 20px 0 20px;
  text-align: left;
}


.bdc-category-filter-btn {
  padding-top: 5px;
  cursor: pointer;
  font-family: "HirukoPro-Lt", "Arial", sans-serif;
  font-size: 13px;
  font-weight: 400;
  border: 1px solid #eee;
  border-radius: 3px;
  text-align: center;
  width: 83px;
  height: 28px;
  vert-align: middle;
  display: inline-block;
  margin-right: 5px;
}

#bdc-category-filter-btn-clear {
  background-color: #f6f6f6;
  color: #8c8c8c;
}

#bdc-category-filter-btn-apply {
  background-color: #f63278;
  color: #ffffff;
}

#bdc-category-filter-btn-close {
  background: #11c9f5;
  color: #ffffff;
}


.ic-button-bar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.button-1.ic-close-dialog {
  background: #cccccc !important;
  color: #8c8c8c;
}

a.button-anchor {
  display: inline-block;
  padding: 4px 20px;
  text-align: center;
  border-radius: 3px;
  color: white !important;
  /*line-height: 25px;*/
  border: none;
  font-weight: 500;
  font-size: 13px;
  /*transition: all .2s ease;*/
  margin-right: auto;
  margin-left: auto;
}

@media all and (max-width: 375px) {
  a.button-anchor {
	padding: 4px 16px;
  }
}

.ic-red {
  color: #ff4f60 !important;
}

.ic-blue {
  color: #11c9f5 !important;
}

.ic-orange {
  color: #ff6c4b !important;
}

.ic-green {
  color: #01deb2 !important;
}

.ic-red-back {
  background-color: #ff4f60 !important;
}

.ic-blue-back {
  background-color: #11c9f5 !important;
}

.ic-orange-back {
  background-color: #ff6c4b !important;
}

.ic-green-back {
  background-color: #01deb2 !important;
}


/** Product page design buttons **/

.design-buttons {
  margin-bottom: 30px;
}

@media all and (max-width: 768px) {
  .design-buttons {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.design-buttons .add-to-cart-panel {
  margin: 5px;
}

  .design-buttons .add-to-cart-panel:first-child {
    margin-left: 0;
  }

  .design-buttons .add-to-cart-panel:last-child {
    margin-right: 0;
  }


/** Product page improvements **/

.product-essential {
  max-width: 1200px;
  margin: auto;
}

.overview {
  padding-right: 0 !important;
  margin: 0 auto 40px;
  max-width: 500px;
}

@media (min-width: 1281px) {
  .overview {
    float: right;
    width: 50%;
    max-width: none;
  }

  .gallery {
    float: left;
    width: 50%;
    max-width: none;
    padding-right: 20px;
  }
}

.product-name h1 {
  text-align: left;
  font-size: 18px;
  line-height: 2rem;
  font-weight: 500;
}

.overview .product-name {
  margin-bottom: 10px;
  min-height: 50px;
}

@media all and (max-width: 768px) {

  .master-wrapper-content {
    padding: 0px 10px 0px 10px;
  }

  .product-name h1 {
    margin: 0;
    padding-left: 20px;
  }

  .mobile-name-holder {
    margin-bottom: 10px;
  }

  .gallery {
    margin-bottom: 10px;
  }
    .gallery img {
	  max-height: 40vh;
    }

  .product-reviews-overview {
    margin: 0;
  }

  .overview .short-description {
    margin: 0;
    text-align: left;
    padding-left: 20px;
  }

  .overview .prices, .variant-overview .prices {
    margin: 0;
  }

  .overview .product-price, .variant-overview .product-price {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .overview .additional-details, .variant-overview .additional-details {
    margin-bottom: 0;
  }

  .attributes-wrapper {
    padding: 0 10px;
    margin: 0;
    border: 0;
  }

  .attributes {
    padding: 0 10px;
    font-size: 12px;
    text-align: left;
    margin: 0 auto 10px;
  }

    .attributes dd {
      margin: 0 0 10px;
    }
}

@media all and (max-width: 350px) {
  .attributes-wrapper {
    padding: 0;
  }	
  
  .attributes {
    padding: 0;
  }	

}


/* small button */

.ic-small-button {
  border: none;
  height: 35px;
  padding: 0 5px;
  border-radius: 3px;
  background-color: #eebe00;
  color: #fff;
  font-weight: 700;
  text-transform: none;
  font-size: 12px;
  transition: all .2s ease;
}

@media all and (max-width: 768px) {
  .overview .add-to-cart-button, .variant-overview .add-to-cart-button {
    padding: 0 10px;
    font-size: 12px;
    vertical-align: top;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

/* delete icon in cart and wishlist */

.cart .quantity {
  min-width: 133px;
}

  .cart .quantity button {
    margin-left: 10px;
    border: 0;
    background: transparent;
  }

    .cart .quantity button[name='icupdatecart'] {
      position: relative;
      top: 4px;
    }

    .cart .quantity button:after {
      content: url('../img/delete-icon.png');
    }

    .cart .quantity button:hover {
      transform: scale(1.2);
    }

@media all and (max-width: 1024px) {

  .order-details-page .products td.quantity, .cart td.quantity, .wishlist-page td.quantity {
    width: 45%;
  }

  .order-details-page .products td.total, .order-details-page .products td.subtotal, .cart td.total, .cart td.subtotal, .wishlist-page td.total, .wishlist-page td.subtotal {
    width: 55%;
  }

  .order-details-page .products td.unit-price, .cart td.unit-price, .wishlist-page td.unit-price {
    width: 55%;
  }
}

/* Improving button appearance */
.cart .edit-item a, .data-table .edit-item a, .compare-products-table .edit-item a, .forums-table-section .edit-item a {
  text-transform: none !important;
  font-weight: 500;
}

.ic-button-bar .button-1 {
  text-transform: none !important;
}

@media all and (max-width: 440px) {
  .ic-button-bar .button-1 {
    padding-left: 10px;
    padding-right: 10px;
  }	
}

@media all and (max-width: 334px) {
    a.button-anchor.ic-complete-and-add-to-cart {
	padding: 4px 8px;
  }
}

/* Improving left column in item list */
@media all and (min-width: 1025px) {

  .side-2 {
    min-width: 300px;
  }
}

@media all and (min-width: 1025px) and (max-width: 1120px) {

  .side-2 {
    width: 30%;
  }

  .center-2 {
    width: 68%;
  }
}

/* Wishlist icon */

.ic-mobile-filler {
  display: none;
  width: 0;
}

@media all and (max-width: 1024px) {

  .ico-wishlist .wishlist-label {
    display: none;
  }

  .responsive-nav-wrapper > div > span, .responsive-nav-wrapper > div > a {
    display: inline-block;
  }

  .shopping-cart-link > a.ico-wishlist {
    border: 0;
    padding: 0;
    background-color: transparent;
  }

    .shopping-cart-link > a.ico-wishlist:before {
      content: "\63";
      vertical-align: baseline;
    }

  .shopping-cart-link .wishlist-qty {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 10px;
    height: auto;
    padding: 0 1px;
    width: auto;
    min-width: 15px;
    display: inline-block;
    min-height: 15px;
    line-height: 15px;
    border-radius: 50%;
    color: #fff;
  }

  .mobile-logo {
    max-width: calc(100% - 260px);
  }

  .ic-mobile-filler {
    display: inline-block;
    width: 40px;
  }
}
